ApiError interface

Api error.

Properties

code

The error code.

details

The Api error details

innererror

The Api inner error

message

The error message.

target

The target of the particular error.

Property Details

code

The error code.

code?: string

Property Value

string

details

The Api error details

details?: ApiErrorBase[]

Property Value

innererror

The Api inner error

innererror?: InnerError

Property Value

message

The error message.

message?: string

Property Value

string

target

The target of the particular error.

target?: string

Property Value

string