Class: System Error
error.code
error.errno
Returns a string representing the error code, which is always E
followed by a sequence of capital letters, and may be referenced in man 2 intro
.
The properties error.code
and error.errno
are aliases of one another and return the same value.
error.syscall
Returns a string describing the syscall that failed.
Please login to continue.