ErrorEntity interface
Body of the error response returned from the API.
Properties
| code | Basic error code. |
| details | Error Details. |
| extended |
Type of error. |
| inner |
Inner errors. |
| message | Any details of the error. |
| message |
Message template. |
| parameters | Parameters for the template. |
| target | The error target. |
Property Details
code
Basic error code.
code?: string
Property Value
string
details
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[]
target
The error target.
target?: string
Property Value
string