SampleErrorCode class

Error code

Constructors

SampleErrorCode()

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

accessDenied → const String
badGateway → const String
badRequest → const String
castDataError → const String
connectionFail → const String
emptyList → const String
fileNotFound → const String
forbidden → const String
indexOutOfBounds → const String
invalid → const String
methodNotAllowed → const String
noInternetAccess → const String
notInitialized → const String
nullDataError → const String
outOfMemory → const String
permissionDenied → const String
requestTimeOut → const String
serverError → const String
timeout → const String
unauthorized → const String
undefined → const String
unknown → const String
whitespace → const String