Type Alias RequestError

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