ErrorResponse interface

Describes the error that occurred.

Properties

code

Error code associated with the error that occurred. NOTE: This property will not be serialized. It can only be populated by the server.

message

Describes the error in detail. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

Error code associated with the error that occurred. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

message

Describes the error in detail. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string