ErrorEntity interface
Body of the error response returned from the API.
Properties
code | Basic error code. |
extended |
Type of error. |
inner |
Inner errors. |
message | Any details of the error. |
message |
Message template. |
parameters | Parameters for the template. |
Property Details
code
Basic error code.
code?: string
Property Value
string
extendedCode
Type of error.
extendedCode?: string
Property Value
string
innerErrors
message
Any details of the error.
message?: string
Property Value
string
messageTemplate
Message template.
messageTemplate?: string
Property Value
string
parameters
Parameters for the template.
parameters?: string[]
Property Value
string[]