error property

FbpError? error

failed?

Implementation

FbpError? get error => _response.success ? null : FbpError(_response.errorCode, _response.errorString);