\OSS\CoreOssException

Class OssException

This is the class that OSSClient is expected to thrown, which the caller needs to handle properly. It has the OSS specific errors which is useful for troubleshooting.

Summary

Methods
Properties
Constants
__construct()
getHTTPStatus()
getRequestId()
getErrorCode()
getErrorMessage()
getDetails()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$details
N/A

Properties

$details

$details

Methods

__construct()

__construct(mixed  $details) : mixed

Parameters

mixed $details

Returns

mixed —

getHTTPStatus()

getHTTPStatus() : mixed

Returns

mixed —

getRequestId()

getRequestId() : mixed

Returns

mixed —

getErrorCode()

getErrorCode() : mixed

Returns

mixed —

getErrorMessage()

getErrorMessage() : mixed

Returns

mixed —

getDetails()

getDetails() : mixed

Returns

mixed —