Exception: Shift::Api::Core::Errors::Conflict

Inherits:
ServerError show all
Defined in:
lib/shift/api/core/errors.rb

Instance Attribute Summary

Attributes inherited from ApiError

#env, #original_exception

Instance Method Summary collapse

Methods inherited from ServerError

#backtrace

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



67
68
69
# File 'lib/shift/api/core/errors.rb', line 67

def message
  "Resource already exists"
end