Exception: Uiza::Error::UnprocessableError

Inherits:
UizaError
  • Object
show all
Defined in:
lib/uiza/error/unprocessable_error.rb

Constant Summary collapse

DEFAULT_CODE =
422
DEFAULT_MESSAGE =
"The syntax of the request is correct (often cause of wrong parameter).".freeze

Instance Attribute Summary

Attributes inherited from UizaError

#code, #description_link, #message

Method Summary

Methods inherited from UizaError

#initialize

Constructor Details

This class inherits a constructor from Uiza::Error::UizaError