Share via


ErrorModel interface

model interface ErrorModel

Properties

additionalInfo

Additional information about the error.

code

The error code.

debugInfo

Debug information for the error.

details

The error details.

message

The error message.

param

The parameter that caused the error.

type

The error type.

Property Details

additionalInfo

Additional information about the error.

additionalInfo?: Record<string, unknown>

Property Value

Record<string, unknown>

code

The error code.

code: string

Property Value

string

debugInfo

Debug information for the error.

debugInfo?: Record<string, unknown>

Property Value

Record<string, unknown>

details

The error details.

details?: ErrorModel[]

Property Value

message

The error message.

message: string

Property Value

string

param

The parameter that caused the error.

param?: string

Property Value

string

type

The error type.

type?: string

Property Value

string