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