Exception: RongCloud::RequestError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rong_cloud/errors.rb

Overview

The root exception for those related to RongCloud API

Instance Attribute Summary collapse

Instance Attribute Details

#business_codeObject

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