Module: FrOData::Errors
- Defined in:
- lib/frodata/errors.rb
Constant Summary collapse
- ERROR_MAP =
[]
- CLIENT_ERRORS =
{ 400 => "Bad Request", 401 => "Access Denied", 403 => "Forbidden", 404 => "Not Found", 405 => "Method Not Allowed", 406 => "Not Acceptable", 413 => "Request Entity Too Large" }
- SERVER_ERRORS =
{ 500 => "Internal Server Error", 503 => "Service Unavailable" }