MinIO C++ SDK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
minio::s3::Response Struct Reference
Inheritance diagram for minio::s3::Response:
minio::s3::BucketExistsResponse minio::s3::CompleteMultipartUploadResponse minio::s3::CreateMultipartUploadResponse minio::s3::GetRegionResponse minio::s3::Item minio::s3::ListBucketsResponse minio::s3::ListObjectsResponse minio::s3::PutObjectResponse minio::s3::StatObjectResponse

Public Member Functions

 Response (error::Error err)
 
 Response (const Response &response)
 
 operator bool () const
 
std::string GetError ()
 

Static Public Member Functions

static Response ParseXML (std::string_view data, int status_code, utils::Multimap headers)
 

Public Attributes

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
 

The documentation for this struct was generated from the following files: