Class: TencentCloud::Captcha::V20190722::DescribeCaptchaMiniResultResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Captcha::V20190722::DescribeCaptchaMiniResultResponse
- Defined in:
- lib/v20190722/models.rb
Overview
DescribeCaptchaMiniResult返回参数结构体
Instance Attribute Summary collapse
-
#CaptchaCode ⇒ Object
7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理 25 invalid ticket 无效票据 26 system internal error 系统内部错误 31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费 100 param err 参数校验错误.
-
#CaptchaMsg ⇒ Object
7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理 25 invalid ticket 无效票据 26 system internal error 系统内部错误 31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费 100 param err 参数校验错误.
-
#RequestId ⇒ Object
7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理 25 invalid ticket 无效票据 26 system internal error 系统内部错误 31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费 100 param err 参数校验错误.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(captchacode = nil, captchamsg = nil, requestid = nil) ⇒ DescribeCaptchaMiniResultResponse
constructor
A new instance of DescribeCaptchaMiniResultResponse.
Constructor Details
#initialize(captchacode = nil, captchamsg = nil, requestid = nil) ⇒ DescribeCaptchaMiniResultResponse
Returns a new instance of DescribeCaptchaMiniResultResponse.
844 845 846 847 848 |
# File 'lib/v20190722/models.rb', line 844 def initialize(captchacode=nil, captchamsg=nil, requestid=nil) @CaptchaCode = captchacode @CaptchaMsg = captchamsg @RequestId = requestid end |
Instance Attribute Details
#CaptchaCode ⇒ Object
7 CaptchaAppId does not match 票据与验证码应用APPID不匹配8 ticket expired 票据超时10 ticket format error 票据格式不正确15 ticket decryption failed 票据解密失败16 CaptchaAppId wrong format 检查验证码应用APPID错误21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理25 invalid ticket 无效票据26 system internal error 系统内部错误31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费100 param err 参数校验错误
842 843 844 |
# File 'lib/v20190722/models.rb', line 842 def CaptchaCode @CaptchaCode end |
#CaptchaMsg ⇒ Object
7 CaptchaAppId does not match 票据与验证码应用APPID不匹配8 ticket expired 票据超时10 ticket format error 票据格式不正确15 ticket decryption failed 票据解密失败16 CaptchaAppId wrong format 检查验证码应用APPID错误21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理25 invalid ticket 无效票据26 system internal error 系统内部错误31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费100 param err 参数校验错误
842 843 844 |
# File 'lib/v20190722/models.rb', line 842 def CaptchaMsg @CaptchaMsg end |
#RequestId ⇒ Object
7 CaptchaAppId does not match 票据与验证码应用APPID不匹配8 ticket expired 票据超时10 ticket format error 票据格式不正确15 ticket decryption failed 票据解密失败16 CaptchaAppId wrong format 检查验证码应用APPID错误21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理25 invalid ticket 无效票据26 system internal error 系统内部错误31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费100 param err 参数校验错误
842 843 844 |
# File 'lib/v20190722/models.rb', line 842 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
850 851 852 853 854 |
# File 'lib/v20190722/models.rb', line 850 def deserialize(params) @CaptchaCode = params['CaptchaCode'] @CaptchaMsg = params['CaptchaMsg'] @RequestId = params['RequestId'] end |