@supabase/server - v1.7.0
    Preparing search index...

    Interface ShortCircuitConfig

    The option shared by every middleware that answers a request itself: withSupabase, withClaims, withRequiredClaims, withPostgresClient, withPostgresAdminClient and withOAuthProtectedResource. Each applies errors to its own responses.

    interface ShortCircuitConfig {
        errors?: ErrorResponseConfig;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    How much of an error to include in a short-circuit response body.