ErrorDetails interface

Error details.

Properties

additionalProperties

Additional properties

code

Error code identifying the specific error.

message

A human readable error message.

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

code

Error code identifying the specific error.

code: string

Property Value

string

message

A human readable error message.

message: string

Property Value

string