Exception: Use0MK::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Use0MK::Error
- Defined in:
- lib/use0mk.rb
Overview
Standard error class concerning Use0MK errors.
Direct Known Subclasses
EmptyLinkError, InvalidAPICall, InvalidAPIKey, InvalidCredentials, InvalidFormatError, InvalidLinkError, InvalidShortNameError, RedirectError
Instance Attribute Summary collapse
-
#message ⇒ String
readonly
the message returned by 0.mk.
-
#status ⇒ Integer
readonly
the status ID for the error.
Instance Attribute Details
#message ⇒ String (readonly)
the message returned by 0.mk
38 39 40 |
# File 'lib/use0mk.rb', line 38 def @message end |
#status ⇒ Integer (readonly)
the status ID for the error
41 42 43 |
# File 'lib/use0mk.rb', line 41 def status @status end |