Interface ApiErrorInfo

Details for errors from calling the API.

interface ApiErrorInfo {
    message: string;
    status: number;
}

Properties

Properties

message: string

The error message.

status: number

The HTTP status code.