OsrmResponseException class
OsrmResponseException class for all OSRM response exceptions
- Inheritance
-
- Object
- OsrmResponse
- OsrmResponseException
- Implemented types
Constructors
- OsrmResponseException({required OsrmResponseCode code, required String? message, DateTime? dataVersion})
Properties
- code → OsrmResponseCode
-
code the code of the response
finalinherited
- dataVersion → DateTime?
-
dataVersion the data version of the response
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
message the message of the response
finalinherited
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited