VkErrType enum

Predefined VK error ('error' field) type keys

Inheritance
Available extensions

Values

accessDenied → const VkErrType

No VK ID access - user is banned or deleted

invalidToken → const VkErrType

Not stated or invalid access token

serverError → const VkErrType

HTTP 500 Internal Server Error analogue during HTTP redirect

slowDown → const VkErrType

Request limit exceeded. Slow down

temporarilyUnavailable → const VkErrType

Auth server overload. HTTP 503 Service Unavailable analogue during HTTP redirect

invalidClient → const VkErrType

Client ID not found or blocked

invalidIdToken → const VkErrType

Not stated or invalid ID token

invalidRequest → const VkErrType

Not found or invalid the required parameter(-s) on request

Properties

apiKey String

Available on VkErrType, provided by the VkErrTypeExt extension

Returns string API key according predefined VK ID error type
no setter
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<VkErrType>
A constant List of the values in this enum, in order of their declaration.