KeyValueErrorContext class Error Handling

The error context information for a Key-Value operation.

Inheritance

Constructors

KeyValueErrorContext({required KeyValueStatusCode? statusCode, required int opaque, required Cas cas, required String key, required String? context, required String? ref})

Properties

cas Cas
The cas returned by the server.
final
context String?
The context returned by the server helping describing the error.
final
hashCode int
The hash code for this object.
no setterinherited
key String
The key that was being operated on.
final
opaque int
The opaque identifier for the request.
final
ref String?
The reference id returned by the server for correlation in server logs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode KeyValueStatusCode?
The memcached status code returned by the server.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited