C
<errortypes.h> - Error Codes
The <errortypes.h> header defines enumeration for error reporting. More...
| Header: | #include <errortypes.h> |
| Since: | QtSafeRenderer 2.1 |
is part of Qt Safe Monitor C API.
Types
| enum | ErrorCode { ErrorUndefined, InvalidElementCount, InvalidReplyType, CRCVerificationFailed, IllFormedReply, …, LastErrorCode } |
Detailed Description
The <errortypes.h> header header defines enumeration that includes error codes reported by Qt Safe Monitor.
Type Documentation
enum ErrorCode
Error codes reported by Qt Safe Monitor.
| Constant | Value | Description |
|---|---|---|
ErrorUndefined | 0U | Unspecified error. |
InvalidElementCount | 1 | Reply contained an invalid element count. |
InvalidReplyType | 2 | Unexpected event identifier in a reply. |
CRCVerificationFailed | 3 | Displayed output CRC did not match any expected value. |
IllFormedReply | 4 | Reply size or structure was invalid. |
FailedToSendRequest | 5 | Failed to send a request to Qt Safe Renderer. |
FailedToReceiveMessage | 6 | Failed to receive a message from Qt Safe Renderer. |
EventProcessingFailed | 7 | Generic failure while processing an event. |
LastErrorCode | 8 | Sentinel value; not an error. Marks end of the enum. |
Available under certain Qt licenses.
Find out more.