W3WSearchError enum

Specifies possible errors that may result from a w3w search query.

Values

badWords → const W3WSearchError

Invalid or non-existent 3 word address.

badLanguage → const W3WSearchError

Bad parameter language.

missingWords → const W3WSearchError

Missing parameter: a required words parameter was missing.

parsingError → const W3WSearchError

W3W backend return result with unexpected json schema. This is not expected to happen. Try updating to the newest version of the SDK. If the problem persists, please report a bug in the SDK.

internalError → const W3WSearchError

Generic internal error.

serverUnreachable → const W3WSearchError

What3Words server is unreachable.

httpError → const W3WSearchError

A general network request error.

authenticationFailed → const W3WSearchError

What3Words operation is not authenticated. Check your credentials.

exceededUsageLimit → const W3WSearchError

Credentials exceeded the allowed requests limit.

timedOut → const W3WSearchError

The request timed out.

offline → const W3WSearchError

The device has no internet connection.

operationCancelled → const W3WSearchError

The request was cancelled (usually by the user).

proxyAuthenticationFailed → const W3WSearchError

Proxy is not authenticated. Check your proxy credentials.

proxyServerUnreachable → const W3WSearchError

Proxy server unreachable.

unknown → const W3WSearchError

Unknown error, that was not introduced by HERE SDK, but exists on W3W backend.

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