errorHandled property

bool get errorHandled

错误是否已被处理(通过链式调用的 onFailure 回调或 send 的 onFailure 回调) 如果为 true,表示错误已经通过错误处理回调处理,不应该再调用全局的 onFailure

Implementation

bool get errorHandled => _errorHandled;