프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_error | Error code / message. |
메소드 | 설명 | |
---|---|---|
__construct ( integer | string $error, |
Construct Exception. | |
getError ( ) : string | Return Error code / message. | |
getErrorMessage ( string $error ) : string | Returns the error message corresponding to the error code cUrl error code reference can be found here {@link http://curl.haxx.se/libcurl/c/libcurl-errors.html}. |
public __construct ( integer | string $error, |
||
$error | integer | string | Error |
$request | ||
$response |
public getErrorMessage ( string $error ) : string | ||
$error | string | Error code |
리턴 | string | Error message |