LogItem.message Property

Module: LogItem

Type: string

Definition

The log message.

message: str

Exceptions

An error has occurred during Bioseal Library execution.
String get message => getMessage();

Exceptions

An error has occurred during Bioseal Library execution.
public string message
{
    get => Getmessage();
}

Exceptions

An error has occurred during Bioseal Library execution.
public String getMessage() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var message: String
    get {
        return try! getMessage()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLogItem_GetMessage (ID3_BIOSEAL_LOG_ITEM hLogItem, char * message, int * messageSize)

Returns

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