ErrorDetail interface
The error detail.
additional |
The error additional info. |
code | The error code. |
details | The error details. |
message | The error message. |
target | The error target. |
The error additional info.
additionalInfo?: ErrorAdditionalInfo[]
Property Value
The error code.
code?: string
Property Value
string
The error message.
message?: string
Property Value
string
The error target.
target?: string
Property Value
string