Retry |
OTSClient | OTSClient.php 是 Aliyun OTS SDK for PHP 的入口。更多关于OTS的信息,请参考阿里云官网OTS文档 https://docs.aliyun.com/?/pub/ots#/pub/ots |
OTSClientConfig | OTSClientConfig 是用来封装OTS SDK端配置的类,OTSClient对象构造时会创建OTSClientConfig对象。 当你在构造OTSClient对象时传入的参数会用来构造OTSClientConfig对象。 |
OTSClientException | OTS SDK 客户端在参数检查,和服务端返回的校验过程中抛出的异常, 与 OTSServerException 相对应。 |
OTSServerException | OTSServerException 是 OTS SDK遇到OTS服务端返回错误时抛出的异常, 包含 HTTP状态码, OTS Error Code, OTS Error Message,以及 Request ID。 |