Skip to content

File ioerrors.h

FileList > docs > sandwich_c > ioerrors.h

Go to the source code of this file

Sandwich I/O errors specification.

Public Types

Type Name
enum SandwichIOError
Enum IOError.
typedef enum SandwichIOError SandwichIOError

Public Types Documentation

enum SandwichIOError

enum SandwichIOError {
    SANDWICH_IOERROR_OK = 0,
    SANDWICH_IOERROR_IN_PROGRESS = 1,
    SANDWICH_IOERROR_WOULD_BLOCK = 2,
    SANDWICH_IOERROR_REFUSED = 3,
    SANDWICH_IOERROR_CLOSED = 4,
    SANDWICH_IOERROR_INVALID = 5,
    SANDWICH_IOERROR_UNKNOWN = 6,
    SANDWICH_IOERROR_SYSTEM_ERROR = 7,
    SANDWICH_IOERROR_ADDRESS_IN_USE = 8
};

typedef SandwichIOError

typedef enum SandwichIOError SandwichIOError;

The documentation for this class was generated from the following file docs/sandwich_c/ioerrors.h