enum fmt_status

Overview

Status codes More…

#include <fmt_status.h>

enum fmt_status {
    FMT_EOK,
    FMT_EEOL,
    FMT_EFAIL,
    FMT_ESTATE,
    FMT_EINVAL,
};

Detailed Documentation

Status codes

Enum Values

FMT_EOK

No error

FMT_EEOL

End-of-line error

FMT_EFAIL

Other error

FMT_ESTATE

Invalid state. Mostly it means there is no part that is about to be read

FMT_EINVAL

Invalid parameter