class supabase.AuthApiError extends AuthErrorimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { AuthApiError } = supabase; ConstructorsnewAuthApiError(message: string, status: number)Propertiesstatus: numberMethodstoJSON(): { name: string; message: string; status: number; }