errorCode property

String get errorCode

Implementation

String get errorCode => response?['error']?['code'] ?? 'UNKNOWN_ERROR';