Exception: RongCloud::RequestError
- Inherits:
-
StandardError
- Object
- StandardError
- RongCloud::RequestError
- Defined in:
- lib/rong_cloud/errors.rb
Overview
The root exception for those related to RongCloud API
Direct Known Subclasses
AuthenticationFailed, BadRequest, ExceedLimit, InternalServerError, RequestForbidden, ResourceNotFound, Timeout, TooManyRequests
Instance Attribute Summary collapse
-
#business_code ⇒ Object
extended attribute, recording the return codes defined by RongCloud, refer to: www.rongcloud.cn/docs/server.html#api_code.
Instance Attribute Details
#business_code ⇒ Object
extended attribute, recording the return codes defined by RongCloud, refer to: www.rongcloud.cn/docs/server.html#api_code
10 11 12 |
# File 'lib/rong_cloud/errors.rb', line 10 def business_code @business_code end |