AddEventError enum

Тип ошибки добавления дорожного события.

Inheritance
Available extensions

Values

networkError → const AddEventError

Сетевая ошибка.

const AddEventError(0)
territoryNotSupported → const AddEventError

Попытка добавить событие вне проектов 2ГИС.

const AddEventError(1)
unknownUserLocation → const AddEventError

Неизвестна текущая позиция пользователя. Дорожные события разрешается добавлять только с известной позицией.

const AddEventError(2)
userLocationTooFarFromEvent → const AddEventError

Пользователь находится слишком далеко от места добавляемого события.

const AddEventError(3)
notAuthorized → const AddEventError

Попытка добавить анонимное событие на территории, где требуется обязательная авторизация пользователей.

const AddEventError(4)
noPersonalDataCollectionConsent → const AddEventError

Пользователь отказался от сбора и отправки персональных данных.

const AddEventError(5)
userBlocked → const AddEventError

Пользователь заблокирован.

const AddEventError(6)
tooManyRequests → const AddEventError

Пользователь слишком часто создаёт события.

const AddEventError(7)

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
rawValue int
final
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 Methods

getByValue(int value) AddEventError

Constants

values → const List<AddEventError>
A constant List of the values in this enum, in order of their declaration.