An OSError object holds information about an error from the operating system.
Constants
- int noErrorCode = -1
-
constConstant used to indicate that no OS error code is available.
Properties
- int errorCode
-
read-onlyError code supplied by the operating system. Will have the value noErrorCode if there is no error code associated with the error.
- String message
-
read-onlyError message supplied by the operating system. null if no message is associated with the error.