C

<errortypes.h> - Error Codes

The <errortypes.h> header defines enumeration for error reporting. More...

Header: #include <errortypes.h>
Since: QtSafeRenderer 2.1

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.

ConstantValueDescription
ErrorUndefined0UUnspecified error.
InvalidElementCount1Reply contained an invalid element count.
InvalidReplyType2Unexpected event identifier in a reply.
CRCVerificationFailed3Displayed output CRC did not match any expected value.
IllFormedReply4Reply size or structure was invalid.
FailedToSendRequest5Failed to send a request to Qt Safe Renderer.
FailedToReceiveMessage6Failed to receive a message from Qt Safe Renderer.
EventProcessingFailed7Generic failure while processing an event.
LastErrorCode8Sentinel value; not an error. Marks end of the enum.

Available under certain Qt licenses.
Find out more.