status property

int? status
final

Get error category as a classifier.

Local client errors get status 0, network related errors have their HTTP error code as a status. Status not included on iOS.

Implementation

final int? status;