Exception: Twirbet::FailedPreconditionError
- Extended by:
- T::Sig
- Defined in:
- lib/twirbet/errors.rb
Instance Attribute Summary
Attributes inherited from BaseError
Instance Method Summary collapse
Methods inherited from BaseError
#initialize, #to_hash, #to_json, #to_rack_response
Constructor Details
This class inherits a constructor from Twirbet::BaseError
Instance Method Details
#code ⇒ Object
206 207 208 |
# File 'lib/twirbet/errors.rb', line 206 def code "failed_precondition" end |
#status ⇒ Object
211 212 213 |
# File 'lib/twirbet/errors.rb', line 211 def status 400 end |