Generic plugin error codes.
Member | Value | Description |
---|---|---|
eUtPluginInternalFailure | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x0001) | Plugin: An internal failure occurred. |
eUtPluginInvalidSqr | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x0002) | Plugin: The square root of an invalid value occurred. |
eUtPluginInvalidNegativeValue | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x0003) | Plugin: The value provided was invalid because it was negative in sign. |
eUtPluginLogLevelOutOfRange | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x0004) | Plugin: The log level value provided was not within the range of 0 to 4. |
eUtPluginCannotFormatDate | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x0005) | Plugin: The date cannot be formatted as requested. |
eUtPluginInvalidDateAbbrv | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x0006) | Plugin: The date abbreviation was not recognized. |