StorageErrorType enum

Inheritance

Constructors

StorageErrorType()
const

Values

CONNECT_TIMEOUT → const StorageErrorType

连接超时

SEND_TIMEOUT → const StorageErrorType

发送超时

RECEIVE_TIMEOUT → const StorageErrorType

接收超时

RESPONSE → const StorageErrorType

服务端响应了但是状态码是 400 以上

CANCEL → const StorageErrorType

请求被取消

NO_AVAILABLE_HOST → const StorageErrorType

没有可用的服务器

IN_PROGRESS → const StorageErrorType

已在处理队列中

UNKNOWN → const StorageErrorType

未知或者不能处理的错误

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<StorageErrorType>
A constant List of the values in this enum, in order of their declaration.