YfyAuthorizationRequiredException
class YfyAuthorizationRequiredException extends YfySdkException
Class YfyAuthorizationRequiredException
Properties
protected string | $code | from YfySdkException |
Methods
__construct(string|null $message = null, string $errors = null, string $requestId = null)
YfySdkException constructor.
from YfySdkException
Details
in YfySdkException at line 34
__construct(string|null $message = null, string $errors = null, string $requestId = null)
YfySdkException constructor.
in YfySdkException at line 57
string
getRequestId()
获取request id
in YfySdkException at line 67
setRequestId(string $requestId)
设置request id
in YfySdkException at line 77
array
getErrors()
获取错误信息
in YfySdkException at line 87
setErrors(array $errors)
设置错误信息
in YfySdkException at line 99
string
__toString()
重载__toString方法