Exception: Shift::Api::Core::Errors::ServerError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/shift/api/core/errors.rb

Direct Known Subclasses

Conflict, NotFound, UnexpectedStatus

Instance Attribute Summary

Attributes inherited from ApiError

#env

Instance Method Summary collapse

Methods inherited from ApiError

from_jsonapi_client, #initialize

Constructor Details

This class inherits a constructor from Shift::Api::Core::Errors::ApiError

Instance Method Details

#messageObject



32
33
34
# File 'lib/shift/api/core/errors.rb', line 32

def message
  "Internal server error"
end