What3WordsError class

Contains collections of possible what3words error codes

Constructors

What3WordsError(String code)

Properties

code String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
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

Static Properties

BAD_BOUNDING_BOX What3WordsError
getter/setter pair
BAD_BOUNDING_BOX_TOO_BIG What3WordsError
getter/setter pair
BAD_CLIP_TO_BOUNDING_BOX What3WordsError
getter/setter pair
BAD_CLIP_TO_CIRCLE What3WordsError
getter/setter pair
BAD_CLIP_TO_COUNTRY What3WordsError
getter/setter pair
BAD_CLIP_TO_POLYGON What3WordsError
getter/setter pair
BAD_COORDINATES What3WordsError
getter/setter pair
BAD_FOCUS What3WordsError
getter/setter pair
BAD_INPUT What3WordsError
getter/setter pair
BAD_INPUT_TYPE What3WordsError
getter/setter pair
BAD_LANGUAGE What3WordsError
getter/setter pair
BAD_N_FOCUS_RESULTS What3WordsError
getter/setter pair
BAD_N_RESULTS What3WordsError
getter/setter pair
BAD_WORDS What3WordsError
getter/setter pair
INTERNAL_SERVER_ERROR What3WordsError
getter/setter pair
INVALID_KEY What3WordsError
getter/setter pair
NETWORK_ERROR What3WordsError
getter/setter pair
UNKNOWN_ERROR What3WordsError
getter/setter pair

Static Methods

get(String? code) What3WordsError