Cute   Learning Hub


  • ErrorInfo
  • ErrorInfo Struct

    struct Cute::ErrorInfo

    Cute::ErrorInfo holds information about the error that happened in the connection. More...

    Header: #include <CuteServer.h>

    Public Functions

    QString description() const

    Public Variables

    Cute::Error error
    Cute::ErrorType type

    Detailed Description

    Member Function Documentation

    QString ErrorInfo::description() const

    Description of the error.

    Member Variable Documentation

    Cute::Error ErrorInfo::error

    Union containing the value of the error.

    Cute::ErrorType ErrorInfo::type

    Type of the error that happened in the connection.