errorCode property - ProcessException class - dart:io library (original) (raw)

description

int errorCode

final

The OS error code for the process exception, if any.

The value is zero if no OS error code was available.

Implementation

final int errorCode;