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