EspProvisioningErrorCodes class
Canonical error codes emitted by native platform implementations.
These values are part of the plugin contract and are used by EspProvisioningBloc to map failures.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Constants
- bleScan → const String
- BLE scan failed while running.
- bleScanStart → const String
- Could not start BLE scan.
- cancelled → const String
- Operation explicitly cancelled in native layer.
- connect → const String
- BLE connect could not be started.
- connectTimeout → const String
- BLE connect attempt timed out.
- customData → const String
- Custom provisioning endpoint request failed.
- deviceDisconnected → const String
- iOS disconnect/fallback failure.
- deviceNotFound → const String
- Device lookup failed from scanned cache.
- invalidResponse → const String
- Platform response payload shape/type mismatch.
- iosDeviceCreate → const String
- iOS device creation failure.
- missingArgument → const String
- Missing/invalid method-call argument.
- permission → const String
- Bluetooth permission denied.
- timeout → const String
- Operation timed out in the Dart BLoC layer.
- unknown → const String
- Unknown/unmapped error.
- wifiScanFailed → const String
- Generic Wi-Fi scan failure (legacy Android code).