DoorLockTrait.LockOperationError

interface DoorLockTrait.LockOperationError


Indicates that a lock operation failed.

Summary

Public properties

List<DoorLockTrait.CredentialStruct>?

The credentials used in attempting the lock operation.

UByte?

The fabric on which the lock operation was attempted.

DoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that failed.

DoorLockTrait.OperationErrorEnum?

The lock operation error triggered when the operation failed.

DoorLockTrait.OperationSourceEnum?

The source of the lock operation.

ULong?

The node that attempted the lock operation.

UShort?

The user who attempted the lock operation.

Public properties

credentials

val credentialsList<DoorLockTrait.CredentialStruct>?

The credentials used in attempting the lock operation.

fabricIndex

val fabricIndexUByte?

The fabric on which the lock operation was attempted.

lockOperationType

val lockOperationTypeDoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that failed.

operationError

val operationErrorDoorLockTrait.OperationErrorEnum?

The lock operation error triggered when the operation failed.

operationSource

val operationSourceDoorLockTrait.OperationSourceEnum?

The source of the lock operation.

sourceNode

val sourceNodeULong?

The node that attempted the lock operation.

userIndex

val userIndexUShort?

The user who attempted the lock operation.