ErrorInterceptorHandler class

错误拦截器处理器

用于在拦截器中控制错误处理流程

Constructors

ErrorInterceptorHandler()

Properties

hashCode → int
The hash code for this object.
no setterinherited
isCompleted → bool
no setter
modifiedError → AdapterException?
no setter
resolvedResponse → AdapterResponse?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

next(AdapterException error) → void
继续传递错误(可以修改错误)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(AdapterResponse response) → void
解决错误,返回响应
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited