ServiceError interface

The API error details.

Properties

code

The error code.

details

The list of error details.

message

The error message text.

Property Details

code

The error code.

code?: string

Property Value

string

details

The list of error details.

details?: ServiceErrorDetail[]

Property Value

message

The error message text.

message?: string

Property Value

string