ErrorInterceptorHandler class

Handler for error interceptor.

Constructors

ErrorInterceptorHandler()

Properties

future Future<InterceptorState>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

next(DioError err) → void
Continue to call the next error interceptor.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reject(DioError error) → void
Complete the request with a error directly! Other error interceptor(s) will not be executed.
resolve(Response response) → void
Complete the request with Response object and other error interceptor(s) will not be executed. This will be considered a successful request!
toString() String
A string representation of this object.
inherited

Operators

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