Const
Generic credential failure. Retained as the fallback code for cases that don't match a more specific one.
Prior to v1.5 this was the only code withSupabase ever returned for a failed request. Prefer matching on the specific codes — MissingCredentialsError, InvalidApiKeyError, InvalidJwtError — which now cover nearly every real failure.
Generic credential failure. Retained as the fallback code for cases that don't match a more specific one.