H3ErrorCodes class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- E_CELL_INVALID → const int
-
H3Index
cell argument was not valid - E_DIR_EDGE_INVALID → const int
-
H3Index
directed edge argument was not valid - E_DOMAIN → const int
- Argument was outside of acceptable range (when a more specific error code is not available)
- E_DUPLICATE_INPUT → const int
- Duplicate input was encountered in the arguments and the algorithm could not handle it
- E_FAILED → const int
- E_LATLNG_DOMAIN → const int
- E_MEMORY_ALLOC → const int
- Necessary memory allocation failed
- E_MEMORY_BOUNDS → const int
- Bounds of provided memory were not large enough
- E_NOT_NEIGHBORS → const int
-
H3Index
cell arguments were not neighbors - E_OPTION_INVALID → const int
- Mode or flags argument was not valid.
- E_PENTAGON → const int
- Pentagon distortion was encountered which the algorithm could not handle it
- E_RES_DOMAIN → const int
- Resolution argument was outside of acceptable range
- E_RES_MISMATCH → const int
- E_SUCCESS → const int
- Success (no error)
- E_UNDIR_EDGE_INVALID → const int
- E_VERTEX_INVALID → const int
-
H3Index
vertex argument was not valid