DoorLockTrait.LockOperationError

interface DoorLockTrait.LockOperationError : ClusterStruct


Indicates that a lock operation failed.

Summary

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

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 functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

credentials

val credentials: List<DoorLockTrait.CredentialStruct>?

The credentials used in attempting the lock operation.

fabricIndex

val fabricIndex: UByte?

The fabric on which the lock operation was attempted.

lockOperationType

val lockOperationType: DoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that failed.

operationError

val operationError: DoorLockTrait.OperationErrorEnum?

The lock operation error triggered when the operation failed.

operationSource

val operationSource: DoorLockTrait.OperationSourceEnum?

The source of the lock operation.

sourceNode

val sourceNode: ULong?

The node that attempted the lock operation.

userIndex

val userIndex: UShort?

The user who attempted the lock operation.