Type alias RequestError

RequestError: {
    documentation_url: string;
    errors?: {
        code: string;
        field: string;
        message?: string;
        resource: string;
    }[];
    name: string;
    status: number;
}

Type declaration

  • documentation_url: string
  • Optional errors?: {
        code: string;
        field: string;
        message?: string;
        resource: string;
    }[]
  • name: string
  • status: number