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