RemoteProvisioningError

Set of errors which may be reported by an unprovisioned device during provisioning process.

Entries

Link copied to clipboard

The provisioning protocol PDU is not recognized by the device.

Link copied to clipboard

The arguments of the protocol PDUs are outside expected values or the length of the PDU is different than expected.

Link copied to clipboard

The PDU received was not expected at this moment of the procedure.

Link copied to clipboard

The computed confirmation value was not successfully verified.

Link copied to clipboard

The provisioning protocol cannot be continued due to insufficient resources in the device.

Link copied to clipboard

The Data block was not successfully decrypted.

Link copied to clipboard

An unexpected error occurred that may not be recoverable.

Link copied to clipboard

The device cannot assign consecutive unicast addresses to all elements.

Link copied to clipboard

The Data block contains values that cannot be accepted because of general constraints.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.