Class: RubyPitaya::StatusCodes
- Inherits:
-
Object
- Object
- RubyPitaya::StatusCodes
- Defined in:
- lib/rubypitaya/core/status_codes.rb
Defined Under Namespace
Classes: Connector
Constant Summary collapse
- CODE_OK =
Success codes
'RP-200'- CODE_ERROR =
Error codes
'RP-201'- CODE_UNKNOWN =
'RP-000'- CODE_HANDLER_NOT_FOUND =
'RP-001'- CODE_ACTION_NOT_FOUND =
'RP-002'- CODE_NOT_AUTHENTICATED =
'RP-003'- CODE_AUTHENTICATION_ERROR =
'RP-004'- CODE_INTERNAL_ERROR =
'RP-005'- MESSAGE_INTERNAL_ERROR =
Error messages
'Internal server error'