$rawResponse $rawResponse : \OSS\Http\ResponseCore Store the original Response returned by the auth function Type ResponseCore —
__construct() __construct( $response) : mixed Result constructor. Parameters $response ResponseCore Throws \OSS\Core\OssException Returns mixed —
getData() getData() : mixed Get the returned data, different request returns the data format is different $return mixed Returns mixed —
getRawResponse() getRawResponse() : \OSS\Http\ResponseCore Return the original return data Returns \OSS\Http\ResponseCore —
parseDataFromResponse() parseDataFromResponse() : \OSS\Model\BucketListInfo Subclass implementation, different requests return data has different analytical logic, implemented by subclasses Returns \OSS\Model\BucketListInfo —
isResponseOk() isResponseOk() : bool Judging from the return http status code, [200-299] that is OK Returns bool —
retrieveErrorMessage() retrieveErrorMessage( $body) : string Try to get the error message from body Parameters $body Returns string —
retrieveErrorCode() retrieveErrorCode( $body) : string Try to get the error Code from body Parameters $body Returns string —