TailscaleRuntimeError class final
Asynchronous background error pushed from the embedded runtime.
Constructors
- TailscaleRuntimeError({required String message, required TailscaleRuntimeErrorCode code})
-
const
-
TailscaleRuntimeError.fromPushPayload(Map<
String, dynamic> payload) -
factory
Properties
- code → TailscaleRuntimeErrorCode
-
High-level category for the background error.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- message → String
-
Human-readable error string from the native runtime.
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override