olp-cpp-sdk
1.21.0
|
This is the complete list of members for olp::client::ApiError, including all inherited members.
ApiError()=default (defined in olp::client::ApiError) | olp::client::ApiError | |
ApiError(ErrorCode error_code, std::string message, bool is_retryable=false) | olp::client::ApiError | inline |
ApiError(int http_status_code, std::string message="") | olp::client::ApiError | inline |
CacheIO(const char *description="Cache IO") | olp::client::ApiError | inlinestatic |
Cancelled(const char *message="Cancelled") | olp::client::ApiError | inlinestatic |
GetErrorCode() const | olp::client::ApiError | inline |
GetHttpStatusCode() const | olp::client::ApiError | inline |
GetMessage() const | olp::client::ApiError | inline |
InvalidArgument(const char *message="Invalid argument") | olp::client::ApiError | inlinestatic |
NetworkConnection(const char *message="Offline") | olp::client::ApiError | inlinestatic |
NotFound(const char *message="Resource not found") | olp::client::ApiError | inlinestatic |
PreconditionFailed(const char *message="Precondition failed") | olp::client::ApiError | inlinestatic |
ShouldRetry() const | olp::client::ApiError | inline |
Unknown(const char *message="Unknown") | olp::client::ApiError | inlinestatic |