statusCode property

num? statusCode
getter/setter pair

The specific HTTP error code when encountered trying to download the file. In the event of a client timeout, this would be undefined.

Implementation

external num? statusCode;