\Qiniu\HttpError

七牛业务请求逻辑错误封装类,主要用来解析API请求返回如下的内容: <pre> {"error" : "detailed error message"} </pre>

Summary

Methods
Properties
Constants
__construct()
code()
getResponse()
message()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$url
$response
N/A

Properties

$url

$url : 

Type

$response

$response : 

Type

Methods

__construct()

__construct(  $url,   $response) 

Parameters

$url
$response

code()

code() 

getResponse()

getResponse() 

message()

message()