ModuleErrorInfo interface
Definition of the module error info type.
Properties
code | Gets or sets the error code. |
message | Gets or sets the error message. |
Property Details
code
Gets or sets the error code.
code?: string
Property Value
string
message
Gets or sets the error message.
message?: string
Property Value
string