Exception: Twirbet::AlreadyExistsError
- 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
150 151 152 |
# File 'lib/twirbet/errors.rb', line 150 def code "already_exists" end |
#status ⇒ Object
155 156 157 |
# File 'lib/twirbet/errors.rb', line 155 def status 409 end |