Skip to content

File SolidSyslogFileBlockDeviceErrors.h

FileList > Core > Interface > SolidSyslogFileBlockDeviceErrors.h

Go to the source code of this file

Error codes and Source identity for the FileBlockDevice.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogFileBlockDeviceErrors
Detail codes for events whose Source is FileBlockDeviceErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource FileBlockDeviceErrorSource
The identity for events raised by a FileBlockDevice.

Public Types Documentation

enum SolidSyslogFileBlockDeviceErrors

Detail codes for events whose Source is FileBlockDeviceErrorSource.

enum SolidSyslogFileBlockDeviceErrors {
    FILEBLOCKDEVICE_ERROR_POOL_EXHAUSTED,
    FILEBLOCKDEVICE_ERROR_UNKNOWN_DESTROY,
    FILEBLOCKDEVICE_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

variable FileBlockDeviceErrorSource

The identity for events raised by a FileBlockDevice.

const struct SolidSyslogErrorSource FileBlockDeviceErrorSource;

A handler matches by address (event->Source == &FileBlockDeviceErrorSource), then reads event->Detail as an enum SolidSyslogFileBlockDeviceErrors.



The documentation for this class was generated from the following file Core/Interface/SolidSyslogFileBlockDeviceErrors.h