Serializable form of a SupabaseServerError — the exact JSON body withSupabase returns on failure.
Always `"@supabase/server"`. Identifies which library produced the error.
Machine-readable error code, also sent as the `x-supabase-server-error` header.
Human-readable description, prefixed with `[@supabase/server]`.
Actionable next step. Omitted when there isn't a useful one.
Documentation URL for this specific code.
Structured, non-sensitive diagnostics. Omitted when there are none.