ProxyError class abstract
Base class for all proxy-related errors
Constructors
- ProxyError.new(String message, {required ProxyErrorType type, Object? cause, bool? isRetryable})
-
Creates a new ProxyError
const
Properties
- cause → Object?
-
The underlying error that caused this error
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRetryable → bool
-
Whether this error is retryable
final
- message → String
-
The error message
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ProxyErrorType
-
The error type
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