Type alias APIError

APIError: {
    description: string;
    details: string[];
    message: string;
}

Type declaration

  • description: string

    Long description of the error

  • details: string[]

    Details of the error

  • message: string

    Short description of the error