ErrorDetail interface
Error details.
Properties
code | The error's code. |
message | A human readable error message. |
target | Indicates which property in the request is responsible for the error. |
Property Details
code
The error's code.
code: string
Property Value
string
message
A human readable error message.
message: string
Property Value
string
target
Indicates which property in the request is responsible for the error.
target?: string
Property Value
string