StorageVectorsApiError
import { StorageVectorsApiError } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";API error returned from S3 Vectors service Includes HTTP status code and service-specific error code
class StorageVectorsApiError extends StorageVectorsError { }
constructor(
message: string,
status: number,
statusCode: string,
);status: number;
statusCode: string;
toJSON(): {
name: string;
message: string;
status: number;
statusCode: string;
};