|
Microsoft Azure Storage Client Library for C++
7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
|
Provides extended error information for a storage services error. More...
Public Member Functions | |
| storage_extended_error () | |
| Initializes a new instance of the azure::storage::storage_extended_error class. More... | |
| storage_extended_error (utility::string_t code, utility::string_t message, std::unordered_map< utility::string_t, utility::string_t > details) | |
| Initializes a new instance of the azure::storage::storage_extended_error class. More... | |
| const utility::string_t & | code () const |
| Gets the error code. More... | |
| const utility::string_t & | message () const |
| Gets the error message. More... | |
| const std::unordered_map< utility::string_t, utility::string_t > & | details () const |
| Gets the error details. More... | |
Provides extended error information for a storage services error.
|
inline |
Initializes a new instance of the azure::storage::storage_extended_error class.
|
inline |
Initializes a new instance of the azure::storage::storage_extended_error class.
| code | The error code. |
| message | The error message. |
| details | The error details. |
|
inline |
Gets the error code.
|
inline |
Gets the error details.
|
inline |
Gets the error message.
1.8.15