Exception: Supabase::Auth::Errors::AuthApiError
- Defined in:
- lib/supabase/auth/errors.rb
Overview
Raised for GoTrue server API errors (4xx/5xx responses).
Instance Attribute Summary
Attributes inherited from AuthError
Instance Method Summary collapse
-
#initialize(message, status:, code: nil) ⇒ AuthApiError
constructor
A new instance of AuthApiError.
Methods inherited from AuthError
Constructor Details
#initialize(message, status:, code: nil) ⇒ AuthApiError
Returns a new instance of AuthApiError.
23 24 25 |
# File 'lib/supabase/auth/errors.rb', line 23 def initialize(, status:, code: nil) super(, status: status, code: code) end |