method supabase.CustomAuthError.prototype.toJSONimport { supabase } from "https://deno.land/x/live@1.53.6/deps.ts"; const { CustomAuthError } = supabase; toJSON(): { name: string; message: string; status: number; }Returns{ name: string; message: string; status: number; }