Type Alias BlazeError

BlazeError: Error & {
    details?: unknown;
    error: string;
    message: string;
    requestId?: string;
    status: number;
}

Standardized error thrown by the SDK on non-2xx responses.