H3ExceptionCode enum
Error messages corresponding to the core library error codes. See
https://h3geo.org/docs/library/errors#table-of-error-codes
H3ExceptionCode.internal corresponds to exceptions originating from h3_dart itself.
Values
- success → const H3ExceptionCode
- failed → const H3ExceptionCode
- domain → const H3ExceptionCode
- latlngDomain → const H3ExceptionCode
- resolutionDomain → const H3ExceptionCode
- cellInvalid → const H3ExceptionCode
- dirEdgeInvalid → const H3ExceptionCode
- undirEdgeInvalid → const H3ExceptionCode
- vertexInvalid → const H3ExceptionCode
- pentagon → const H3ExceptionCode
- duplicateInput → const H3ExceptionCode
- notNeighbors → const H3ExceptionCode
- resolutionMismatch → const H3ExceptionCode
- memoryAlloc → const H3ExceptionCode
- memoryBounds → const H3ExceptionCode
- optionInvalid → const H3ExceptionCode
- internal → const H3ExceptionCode
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
Constants
-
values
→ const List<
H3ExceptionCode> - A constant List of the values in this enum, in order of their declaration.