MIP SDK — C++ 1.18
API Reference Documentation for C++
Loading...
Searching...
No Matches
InsufficientBufferError Member List

This is the complete list of members for InsufficientBufferError, including all inherited members.

AddDebugInfo(const std::string &key, const std::string &value, bool sensitive=false)Errorinline
BadInputError(const std::string &message, const std::string &name=GetBadInputErrorString(), ErrorCode errorCode=ErrorCode::General)BadInputErrorinlineexplicit
BadInputError(const std::string &message, ErrorCode errorCode, const std::string &name=GetBadInputErrorString())BadInputErrorinlineexplicit
BadInputError(const std::string &message, const std::map< std::string, std::string > &debugInfo, const std::map< std::string, std::string > sensitiveDebugInfo, const std::string &name=GetBadInputErrorString(), ErrorCode errorCode=ErrorCode::General)BadInputErrorinlineexplicit
Clone() const overrideInsufficientBufferErrorinlinevirtual
CreateFormattedMessage(const std::string &message) constErrorinlineprivate
Error(const std::string &message, const std::string &name, ErrorType type)Errorinlineexplicitprotected
Error(const std::string &message, const std::map< std::string, std::string > debugInfo, const std::map< std::string, std::string > sensitiveDebugInfo, const std::string &name, ErrorType type)Errorinlineexplicitprotected
ErrorCode enum nameBadInputError
GetDebugInfo() constErrorinline
GetErrorCode() constBadInputErrorinline
GetErrorCodeString(ErrorCode code) constBadInputErrorinlineprivate
GetErrorName() constErrorinline
GetErrorType() const overrideInsufficientBufferErrorinlinevirtual
GetMessage(bool maskPII=false) constErrorinline
InsufficientBufferError(const std::string &message, const std::string &name="InsufficientBufferError")InsufficientBufferErrorinlineexplicit
InsufficientBufferError(const std::string &message, const std::map< std::string, std::string > &debugInfo, const std::map< std::string, std::string > sensitiveDebugInfo, const std::string &name="InsufficientBufferError")InsufficientBufferErrorinlineexplicit
mDebugInfoErrorprotected
mErrorCodeBadInputErrorprivate
mFormattedMessageErrorprivate
mMaskedMessageErrorprivate
mMessageErrorprotected
mNameErrorprotected
mTypeErrorprotected
SetMessage(const std::string &msg)Errorinline
what() const noexcept overrideErrorinline
~Error()Errorinlinevirtual