ErrorCodes class

Stable, machine-readable error codes returned to API consumers and used internally to classify failures. Always snake_case; treated as a wire contract, so existing values must not change.

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

badGateway → const String
forbidden → const String
internalError → const String
invalidJson → const String
nodeNotFound → const String
nodeUnavailable → const String
noRoute → const String
notFound → const String
protocolError → const String
proxyError → const String
serviceAlreadyExists → const String
serviceNotFound → const String
timeout → const String
tlsError → const String
tooManyRequests → const String
transportError → const String
unauthorized → const String
validationError → const String