MinIO C++ SDK
|
Public Member Functions | |
PutObjectResponse (error::Error err) | |
PutObjectResponse (const Response &response) | |
![]() | |
Response (error::Error err) | |
Response (const Response &response) | |
operator bool () const | |
std::string | GetError () |
Public Attributes | |
std::string | etag |
std::string | version_id |
![]() | |
std::string | error |
int | status_code = 0 |
utils::Multimap | headers |
std::string | data |
std::string | code |
std::string | message |
std::string | resource |
std::string | request_id |
std::string | host_id |
std::string | bucket_name |
std::string | object_name |
Additional Inherited Members | |
![]() | |
static Response | ParseXML (std::string_view data, int status_code, utils::Multimap headers) |