BridgeUnknownException class final
Catch-all for unexpected errors that don't fit a more specific category.
If you encounter this in production, please file an issue with a reproduction.
- Inheritance
-
- Object
- BridgeException
- BridgeUnknownException
Constructors
- BridgeUnknownException({required String message, String? requestId, Object? cause})
-
Creates a BridgeUnknownException.
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