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

This is the complete list of members for LabelNotFoundError, 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 overrideLabelNotFoundErrorinlinevirtual
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 overrideLabelNotFoundErrorinlinevirtual
GetMessage(bool maskPII=false) constErrorinline
LabelNotFoundError(const std::string &message, const std::string &name="LabelNotFoundError")LabelNotFoundErrorinlineexplicit
LabelNotFoundError(const std::string &message, const std::map< std::string, std::string > &debugInfo, const std::map< std::string, std::string > sensitiveDebugInfo, const std::string &name="LabelNotFoundError")LabelNotFoundErrorinlineexplicit
mDebugInfoErrorprotected
mErrorCodeBadInputErrorprivate
mFormattedMessageErrorprivate
mMaskedMessageErrorprivate
mMessageErrorprotected
mNameErrorprotected
mTypeErrorprotected
SetMessage(const std::string &msg)Errorinline
what() const noexcept overrideErrorinline
~Error()Errorinlinevirtual