ServerErrorCode enum
Values
- unknown → const ServerErrorCode
-
unknown error
const ServerErrorCode(kUint8Max)
- ok → const ServerErrorCode
-
everything's fine
const ServerErrorCode(0)
- tackerWarning → const ServerErrorCode
-
when server announced to the tracker, it got a warning in the response
const ServerErrorCode(1)
- trackerError → const ServerErrorCode
-
when server announced to the tracker, it got an error in the response
const ServerErrorCode(2)
- localError → const ServerErrorCode
-
server local trouble, such as disk full or permissions error
const ServerErrorCode(3)
Properties
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<
ServerErrorCode> - A constant List of the values in this enum, in order of their declaration.