ProvisioningFailureCode enum

Used when an error occured during the provisioning process

Inheritance

Constructors

ProvisioningFailureCode()
const

Values

provisioningCompleted → const ProvisioningFailureCode

when an error occurs in the callback of PROVISIONING_COMPLETE event

notFound → const ProvisioningFailureCode

when the node isn't found during BLE scan upon PROVISIONING_COMPLETE event

initialConnection → const ProvisioningFailureCode

when the first connection was tried

reconnection → const ProvisioningFailureCode

when the phone could not reconnect to node upon PROVISIONING_COMPLETE event

nodeComposition → const ProvisioningFailureCode

when the found node had unexpected node composition (nb of elements)

provisioningFailed → const ProvisioningFailureCode

when PROVISIONING_FAILED event is triggered

meshConfiguration → const ProvisioningFailureCode

when the configuration of the n/w is invalid (null network ?)

unexpectedGattError → const ProvisioningFailureCode

when an unexpected disconnection event is received with an error

timeout → const ProvisioningFailureCode

when provisioning goes timeout

unknown → const ProvisioningFailureCode

unknown error that should be diagnosed

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<ProvisioningFailureCode>
A constant List of the values in this enum, in order of their declaration.