BridgeQueueFullException class final
Thrown when a request is submitted but the pre-initialization queue is full.
Increase BridgeQueueConfig.maxSize or handle this exception to discard lower-priority requests.
- Inheritance
-
- Object
- BridgeException
- BridgeQueueFullException
Constructors
- BridgeQueueFullException({required String message})
-
Creates a BridgeQueueFullException.
const
Properties
- cause → Object?
-
The underlying cause (e.g., a
PlatformExceptionor FormatException).finalinherited - code → String
-
Machine-readable error code (e.g.,
'BRIDGE_TIMEOUT').finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Human-readable description of the error.
finalinherited
- nativeStackTrace → String?
-
Stack trace from the native side, if provided.
finalinherited
- requestId → String?
-
The BridgeEnvelope.id of the request that failed, if applicable.
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