TaskQueueServerException class final
Redis received the command and answered with an error.
This is a server-side refusal — a wrong type for the key, a script failure, an out-of-memory reply — not a connectivity problem, so retrying the same command unchanged will usually fail the same way.
- Inheritance
-
- Object
- TaskQueueException
- TaskQueueServerException
Constructors
- TaskQueueServerException(String message, {Object? cause})
-
const
Properties
- cause → Object?
-
The underlying error, kept for logging. Its type comes from
package:redisordart:ioand is deliberately not part of this package's contract, so do not switch on it.finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
What went wrong, in terms of the operation the caller asked for.
finalinherited
- 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