ErrorCode
in
error code 说明.
- -41001: encodingAesKey 非法
- -41003: aes 解密失败
- -41004: 解密后得到的buffer非法
- -41005: base64加密失败
- -41016: base64解密失败
Table of Contents
$OK | ||
---|---|---|
$IllegalAesKey | ||
$IllegalIv | ||
$IllegalBuffer | ||
$DecodeBase64Error |
Properties
$OK
public
static mixed
$OK
= ""
$IllegalAesKey
public
static mixed
$IllegalAesKey
= -41001
$IllegalIv
public
static mixed
$IllegalIv
= -41002
$IllegalBuffer
public
static mixed
$IllegalBuffer
= -41003
$DecodeBase64Error
public
static mixed
$DecodeBase64Error
= -41004