ErrOptions class

Constructors

ErrOptions({String? message, required ReqOptions requestOptions, ResOptions? response, required NetworkErrorType type, bool? isErrorFromCache})

Properties

apiSpendTime String
no setter
detailLogJsonMap Map<String, dynamic>
no setter
errorTime DateTime
getter/setter pair
fullUrl String
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setter
isErrorFromCache bool?
getter/setter pair
logJsonMap Map<String, dynamic>
no setter
message String?
getter/setter pair
requestOptions ReqOptions
getter/setter pair
response ResOptions?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type NetworkErrorType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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