ErrorDefinitionProperties interface
Error description and code explaining why an operation failed.
Properties
| code | Error code of list gateway. |
| message | Description of the error. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
Error code of list gateway.
code?: string
Property Value
string
message
Description of the error. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string