ServiceError interface

API error details.

Properties

code

Error code.

details

List of error details. NOTE: This property will not be serialized. It can only be populated by the server.

message

Error message.

Property Details

code

Error code.

code?: string

Property Value

string

details

List of error details. NOTE: This property will not be serialized. It can only be populated by the server.

details?: ServiceErrorDetail[]

Property Value

message

Error message.

message?: string

Property Value

string