Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
anonymous_namespace{error.h} Namespace Reference

Functions

constexpr const char * GetBadInputErrorString ()
 
constexpr const char * GetErrorInfoCodesKey ()
 
constexpr const char * GetErrorInfoDetailsKey ()
 
constexpr const char * GetErrorInfoMessagesKey ()
 
constexpr const char * GetHResultString ()
 
constexpr const char * GetNoPermissionsExtendedErrorName ()
 
constexpr const char * GetStackTraceString ()
 

Function Documentation

◆ GetBadInputErrorString()

const char * anonymous_namespace{error.h}::GetBadInputErrorString ( )
constexpr

Definition at line 58 of file error.h.

58 {
59 return "BadInputError";
60}

◆ GetErrorInfoCodesKey()

const char * anonymous_namespace{error.h}::GetErrorInfoCodesKey ( )
constexpr

Definition at line 64 of file error.h.

64{ return "ExtendedErrorInfo_Codes"; }

◆ GetErrorInfoDetailsKey()

const char * anonymous_namespace{error.h}::GetErrorInfoDetailsKey ( )
constexpr

Definition at line 68 of file error.h.

68{ return "ExtendedErrorInfo_Details"; }

◆ GetErrorInfoMessagesKey()

const char * anonymous_namespace{error.h}::GetErrorInfoMessagesKey ( )
constexpr

Definition at line 66 of file error.h.

66{ return "ExtendedErrorInfo_Messages"; }

◆ GetHResultString()

const char * anonymous_namespace{error.h}::GetHResultString ( )
constexpr

Definition at line 54 of file error.h.

54 {
55 return "HResult";
56}

Referenced by DelegateResponseError::DelegateResponseError(), and DelegateResponseError::DelegateResponseError().

◆ GetNoPermissionsExtendedErrorName()

const char * anonymous_namespace{error.h}::GetNoPermissionsExtendedErrorName ( )
constexpr

Definition at line 62 of file error.h.

62{ return "NoPermissionsExtendedError"; }

◆ GetStackTraceString()

const char * anonymous_namespace{error.h}::GetStackTraceString ( )
constexpr

Definition at line 50 of file error.h.

50 {
51 return "StackTrace";
52}

Referenced by DelegateResponseError::DelegateResponseError(), and DelegateResponseError::DelegateResponseError().