Information about an error returned by the API-X service.

interface ApiXErrorInfo {
    id: string;
    message: string;
}

Properties

Properties

id: string

The unique identifier for the error. This can be used to reference the error in documentation or support requests.

message: string

A human-readable description of the error.