ErrorResponse

import type { ErrorResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";

Standard response wrapper for failed operations

interface ErrorResponse {
data: null;
error: StorageError;
}

§Properties

§
data: null
[src]