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