AsklessErrorCode class

Constructors

AsklessErrorCode()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

authorizeTimeout → const String
The server didn't give a response to the authentication(..) function on the server side, to fix this, make sure to call either accept.asAuthenticatedUser(..), accept.asUnauthenticatedUser() or reject(..) callbacks in the authentication(..) function on the server side.
conflict → const String
The requested operation is already in progress
internalError → const String
An unknown error occurred on the server side
invalidCredential → const String
credential wasn't accepted in the authenticate function on the server side
noConnection → const String
The App is disconnected from the internet or/and the server is offline
pendingAuthentication → const String
The request could not proceed because the informed route requires authentication by the client.
permissionDenied → const String
The authenticated user doesn't have permission to modify or/and access the requested resource