Fetches the Client message for the error code.
- Аргументы
-
errorCode | int The full error code |
- Возвращает
string
The Client message for the error
См. определение в файле ErrorHandlerModule.c строка 130
131 {
133
134 if ( properties )
135 {
137 }
138 else
139 {
140 return additionalInfo;
141 }
142 }
ErrorProperties GetProperties(int errorCode)
Fetches the ErrorProperties for the error code.
string GetClientMessage(string additionalInfo="")
Class which holds the properties and handling of an error.
Перекрестные ссылки ErrorProperties::GetClientMessage() и GetProperties().
Используется в GetLastClientMessage().