|
MIP SDK — C++ 1.18
API Reference Documentation for C++
|
This is the complete list of members for InternalError, including all inherited members.
| AddDebugInfo(const std::string &key, const std::string &value, bool sensitive=false) | Error | inline |
| Clone() const override | InternalError | inlinevirtual |
| CreateFormattedMessage(const std::string &message) const | Error | inlineprivate |
| Error(const std::string &message, const std::string &name, ErrorType type) | Error | inlineexplicitprotected |
| 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) | Error | inlineexplicitprotected |
| GetDebugInfo() const | Error | inline |
| GetErrorName() const | Error | inline |
| GetErrorType() const | Error | inlinevirtual |
| GetMessage(bool maskPII=false) const | Error | inline |
| InternalError(const std::string &message, const std::string &name="InternalError") | InternalError | inlineexplicit |
| InternalError(const std::string &message, const std::map< std::string, std::string > &debugInfo, const std::map< std::string, std::string > sensitiveDebugInfo, const std::string &name="InternalError") | InternalError | inlineexplicit |
| mDebugInfo | Error | protected |
| mFormattedMessage | Error | private |
| mMaskedMessage | Error | private |
| mMessage | Error | protected |
| mName | Error | protected |
| mType | Error | protected |
| SetMessage(const std::string &msg) | Error | inline |
| what() const noexcept override | Error | inline |
| ~Error() | Error | inlinevirtual |