Method LogIfError
- Assembly
- Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll
LogIfError(ErrorCode)
Logs the error code with its friendly name as a warning if the code is not OK. The full description is logged on the debug level.
protected void LogIfError(ErrorCode errorCode)
Parameters
errorCode
ErrorCodeError code to be logged.