class Safrano::UnprocessableEntityError
http Unprocessable Entity
for example when trying to upload duplicated media ressource
Constants
- HTTP_CODE
Public Class Methods
new(reason)
click to toggle source
# File lib/odata/error.rb, line 124 def initialize(reason) @msg = reason end