NearestRoadsError class abstract

NearestRoadsError

Properties:

  • code - This is the same as the HTTP status of the response.
  • message - A short description of the error.
  • status - An error such as INVALID_ARGUMENT.

Constructors

NearestRoadsError([void updates(NearestRoadsErrorBuilder b)])
factory

Properties

code num
This is the same as the HTTP status of the response.
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
A short description of the error.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
An error such as INVALID_ARGUMENT.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(NearestRoadsErrorBuilder)) NearestRoadsError
Rebuilds the instance.
inherited
toBuilder() NearestRoadsErrorBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<NearestRoadsError>
no setter