ErrorDetails interface

The details of the error.

Properties

code

One of a server-defined set of error codes.

details

A human-readable representation of the error's details.

message

A human-readable representation of the error.

Property Details

code

One of a server-defined set of error codes.

code?: string

Property Value

string

details

A human-readable representation of the error's details.

details?: string

Property Value

string

message

A human-readable representation of the error.

message?: string

Property Value

string