PHP Class ErrorCode

Show file Open project: dodgepudding/wechat-php-sdk Class Usage Examples

Public Properties

Property Type Description
$ComputeSignatureError
$DecodeBase64Error
$DecryptAESError
$EncodeBase64Error
$EncryptAESError
$GenReturnXmlError
$IllegalAesKey
$IllegalBuffer
$OK
$ParseXmlError
$ValidateAppidError
$ValidateSignatureError
$errCode

Public Methods

Method Description
getErrText ( $err )

Method Details

getErrText() public static method

public static getErrText ( $err )

Property Details

$ComputeSignatureError public static property

public static $ComputeSignatureError

$DecodeBase64Error public static property

public static $DecodeBase64Error

$DecryptAESError public static property

public static $DecryptAESError

$EncodeBase64Error public static property

public static $EncodeBase64Error

$EncryptAESError public static property

public static $EncryptAESError

$GenReturnXmlError public static property

public static $GenReturnXmlError

$IllegalAesKey public static property

public static $IllegalAesKey

$IllegalBuffer public static property

public static $IllegalBuffer

$OK public static property

public static $OK

$ParseXmlError public static property

public static $ParseXmlError

$ValidateAppidError public static property

public static $ValidateAppidError

$ValidateSignatureError public static property

public static $ValidateSignatureError

$errCode public static property

public static $errCode