Exception: JsonApiClient::Errors::ServerError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/json_api_client/errors.rb

Direct Known Subclasses

Conflict, NotFound, UnexpectedStatus

Instance Attribute Summary

Attributes inherited from ApiError

#env

Instance Method Summary collapse

Methods inherited from ApiError

#initialize

Constructor Details

This class inherits a constructor from JsonApiClient::Errors::ApiError

Instance Method Details

#messageObject



23
24
25
# File 'lib/json_api_client/errors.rb', line 23

def message
  "Internal server error"
end