errorCode property

String get errorCode

Error code (empty if successful).

Implementation

String get errorCode => _failure?.code ?? '';