CsrpErrorBody interface
Error properties
Properties
| code | Error's code NOTE: This property will not be serialized. It can only be populated by the server. |
| details | Error's details NOTE: This property will not be serialized. It can only be populated by the server. |
| message | Error's message NOTE: This property will not be serialized. It can only be populated by the server. |
| target | Error's target |
Property Details
code
Error's code NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
details
Error's details NOTE: This property will not be serialized. It can only be populated by the server.
details?: CsrpErrorBody[]
Property Value
message
Error's message NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
target
Error's target
target?: string
Property Value
string