Exception: Aigen::Google::ServerError
- Defined in:
- lib/aigen/google/errors.rb
Overview
Server errors (500-599)
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(message = "Google API server error. Please retry.", status_code: 500) ⇒ ServerError
constructor
A new instance of ServerError.
Constructor Details
#initialize(message = "Google API server error. Please retry.", status_code: 500) ⇒ ServerError
Returns a new instance of ServerError.
44 45 46 |
# File 'lib/aigen/google/errors.rb', line 44 def initialize( = "Google API server error. Please retry.", status_code: 500) super end |