ErrorDetailsWithNestedDetails interface

The details of the error.

Extends

Properties

details

The additional details of the error.

Inherited Properties

code

Error code.

message

Error message indicating why the operation failed.

Property Details

details

The additional details of the error.

details?: ErrorDetailsWithNestedDetails[]

Property Value

Inherited Property Details

code

Error code.

code?: string

Property Value

string

Inherited From ErrorDetails.code

message

Error message indicating why the operation failed.

message?: string

Property Value

string

Inherited From ErrorDetails.message