ErrorDetail interface

model interface ErrorDetail

Properties

code

Error code.

details

Error target.

message

Error message.

target

Additional error info.

Property Details

code

Error code.

code: string

Property Value

string

details

Error target.

details?: Details[]

Property Value

message

Error message.

message: string

Property Value

string

target

Additional error info.

target?: string

Property Value

string