errorCode property Null safety
final
Error code supplied by the operating system.
Will have the value OSError.noErrorCode if there is no error code associated with the error.
Implementation
final int errorCode;
Error code supplied by the operating system.
Will have the value OSError.noErrorCode if there is no error code associated with the error.
final int errorCode;