QCborParserError¶
The
QCborParserError
is used byQCborValue
to report a parsing error. More…

New in version 5.12.
Synopsis¶
Functions¶
def
errorString
()
Detailed Description¶
This class is used by
fromCbor(const QByteArray &ba, QCborParserError *error)
to report a parser error and the byte offset where the error was detected.See also
-
class
QCborParserError
¶ QCborParserError(QCborParserError)
- Parameters
QCborParserError –
QCborParserError
-
PySide2.QtCore.QCborParserError.
offset
¶
-
PySide2.QtCore.QCborParserError.
error
¶
-
PySide2.QtCore.QCborParserError.
errorString
()¶ - Return type
unicode
Returns a string representation of the error code. This string is not translated.
See also