UploadErrorReason enum

The reason for the upload failure.

@since v3.3.0.

Inheritance

Constructors

UploadErrorReason()
const

Values

Success → const UploadErrorReason

0: The log file is successfully uploaded.

NetError → const UploadErrorReason

1: Network error. Check the network connection and call `uploadLogFile`{@link uploadLogFile} again to upload the log file.

ServerError → const UploadErrorReason

2: An error occurs in the Agora server. Try uploading the log files later.

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<UploadErrorReason>
A constant List of the values in this enum, in order of their declaration.