This class holds ECM error information (return value of the debugger.PseudoError.Get function). [RH850][E1/E2/E20/Full-spec emulator]
[Type]
class PseudoErrorInfo:
Number = ""
Name = ""
BitName = ""
Category = ""
Error = False
|
[Variable]
|
|
Number
|
This holds the error number.
|
Name
|
This holds the name (abbreviated form) of the ECM error.
|
BitName
|
This holds the name of the IOR bit.
|
Category
|
This holds the category name.
|
Error
|
This holds information on whether an error was generated.
True: An error was generated.
False: An error was not generated.
|
[Detailed description]
- | "PseudoErrorInfo" is a class, and it is passed as the return value when the debugger.PseudoError.Get function is executed. |