GemError enum Core
Error codes.
Values
- success → const GemError
-
Success
- general → const GemError
-
General error.
- activation → const GemError
-
Activation required to perform the request.
- cancel → const GemError
-
Operation canceled.
- notSupported → const GemError
-
Feature not supported.
- exist → const GemError
-
Item already exists.
- io → const GemError
-
I/O error.
- accessDenied → const GemError
-
Access denied.
- readonlyDrive → const GemError
-
Read-only drive.
- noDiskSpace → const GemError
-
Not enough disk space available.
- inUse → const GemError
-
Item in use.
- notFound → const GemError
-
Required item not found.
- outOfRange → const GemError
-
Index out of range.
- invalidated → const GemError
-
Content was updated.
- noMemory → const GemError
-
Not enough memory to complete the request.
- invalidInput → const GemError
-
Invalid input provided.
- reducedResult → const GemError
-
Reduced results returned.
- required → const GemError
-
Additional data required.
- noRoute → const GemError
-
No route possible.
- waypointAccess → const GemError
-
One or more way points not accessible.
- routeTooLong → const GemError
-
Requested route is too long.
- internalAbort → const GemError
-
Operation internally aborted.
- connection → const GemError
-
Connection failed.
- networkFailed → const GemError
-
Network connection failed.
- noConnection → const GemError
-
No connection available.
- connectionRequired → const GemError
-
Connection required to perform the request.
- sendFailed → const GemError
-
Data sending failed.
- recvFailed → const GemError
-
Data receiving failed.
- couldNotStart → const GemError
-
Operation could not start.
- networkTimeout → const GemError
-
Network operation timeout.
- networkCouldntResolveHost → const GemError
-
Network couldn't resolve host
- networkCouldntResolveProxy → const GemError
-
Network couldn't resolve proxy
- networkCouldntResume → const GemError
-
Network couldn't resume download
- notLoggedIn → const GemError
-
Not logged in.
- suspended → const GemError
-
Operation suspended/paused.
- upToDate → const GemError
-
Content is up-to-date.
- resourceMissing → const GemError
-
Internal engine resource is missing
- operationTimeout → const GemError
-
Internal operation aborted due to timer timeout
- busy → const GemError
-
Requested operation cannot be performed. Internal limit reached.
- expired → const GemError
-
Content is expired.
- engineNotInitialized → const GemError
-
The engine needs to be initialized before calling this
- scheduled → const GemError
-
Operation couldn't be completed but was scheduled for later.
- sslConnectFail → const GemError
-
Network SSL connect error
- lowBattery → const GemError
-
Device has low battery
- overheated → const GemError
-
Device is overheated
- missingCapability → const GemError
-
Missing SDK capability
- recordedLogTooShort → const GemError
-
Recorded log is too short
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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