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