LogItem.errorCode Property

Module: LogItem

Type: BiosealError

Definition

The log item error code if any.

error_code: BiosealError

Exceptions

An error has occurred during Bioseal Library execution.
BiosealError get errorCode => getErrorCode();

Exceptions

An error has occurred during Bioseal Library execution.
public BiosealError errorCode
{
    get => GeterrorCode();
}

Exceptions

An error has occurred during Bioseal Library execution.
public BiosealError getErrorCode() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var errorCode: BiosealError
    get {
        return try! getErrorCode()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLogItem_GetErrorCode (ID3_BIOSEAL_LOG_ITEM hLogItem, id3BiosealError * eErrorCode)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.