BlockDev.NVMEErrorLogEntry

Fields

Name

Type

Access

Description

command_error

GLib.Error

r/w

translated command error in the BD_NVME_ERROR domain or None in case command_status indicates success.

command_id

int

r/w

the Command Identifier of the command that the error is associated with or 0xffff if the error is not specific to a particular command.

command_specific

int

r/w

Command Specific Information specific to command_id.

command_status

int

r/w

the Status code for the command that completed.

error_count

int

r/w

internal error counter, a unique identifier for the error.

lba

int

r/w

the first LBA that experienced the error condition.

nsid

int

r/w

the NSID of the namespace that the error is associated with.

transport_type

BlockDev.NVMETransportType

r/w

type of the transport associated with the error.

Methods

None

Details

class BlockDev.NVMEErrorLogEntry