Exception: Railerr::UnauthorizedError

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

Overview

Raised for HTTP 401 Unauthorized

Constant Summary collapse

DEFAULT_MESSAGE =
'Unauthorized'
STATUS_CODE =
Status::HTTP_401_UNAUTHORIZED

Method Summary

Methods inherited from APIException

#default_message, #initialize, #status_code

Constructor Details

This class inherits a constructor from Railerr::APIException