The following members of QML type Error are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- code : int
(obsolete)
Property Documentation
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The error code.
If the code is 25
the Error::extendedErrorType should be checked for possible network or file I/O errors.
Use errorType instead.