The following members of class Error are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(obsolete) int | code() const |
Member Function Documentation
int Error::code() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Gets 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.