ServiceError interface
The API error details.
Properties
code | The error code. |
details | The list of error details. NOTE: This property will not be serialized. It can only be populated by the server. |
message | The error message text. |
Property Details
code
The error code.
code?: string
Property Value
string
details
The list of error details. NOTE: This property will not be serialized. It can only be populated by the server.
details?: ServiceErrorDetail[]
Property Value
message
The error message text.
message?: string
Property Value
string