ErrorModel interface

Error info.

Properties

code

Error code.

details

List of detailed errors.

innererror

Detailed error.

message

Error message.

target

Target of the error.

Property Details

code

Error code.

code: string

Property Value

string

details

List of detailed errors.

details?: ErrorModel[]

Property Value

innererror

Detailed error.

innererror?: InnerError

Property Value

message

Error message.

message: string

Property Value

string

target

Target of the error.

target?: string

Property Value

string