Release Notes
Announcements
Function | Description |
bool isSucc() | Indicates whether a request succeeds or failsIf `false` is returned, subsequent CosResult member functions are meaningful. If `true` is returned, the specific returned content can be obtained in OperatorResp. |
string GetErrorCode() | Gets the error code returned by COS to determine the error details. |
string GetErrorMsg() | Contains the specific error message. |
string GetResourceAddr() | Resource (bucket or object) address |
string GetXCosRequestId() | When a request is sent, the server will automatically generate a unique ID (`request-id`) for it, which can help locate problems faster. |
string GetXCosTraceId() | When an error occurs in a request, the server will automatically generate a unique ID (`trace-id`) for the error which corresponds to `request-id` and can help locate problems faster. |
int GetHttpStatus() | Gets the HTTP status code. |
uint64_t GetContentLength();std::string GetContentType();std::string GetEtag();std::string GetConnection();std::string GetDate();std::string GetServer();std::string GetXCosRequestId(); // Get `RequestId` (request ID)std::string GetXCosTraceId();
RequestId) returned when the request error occurs.RequestId and click Diagnose.Wait and view the diagnostic result.Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan