Exception: Railerr::BadRequestError

Inherits:
APIException
  • Object
show all
Defined in:
lib/railerr/api_exceptions.rb

Overview

Raised for HTTP 400 Bad Request

Constant Summary collapse

DEFAULT_MESSAGE =
'Bad request'
STATUS_CODE =
Status::HTTP_400_BAD_REQUEST

Method Summary

Methods inherited from APIException

#default_message, #initialize, #status_code

Constructor Details

This class inherits a constructor from Railerr::APIException