Project

General

Profile

Revision 261

stuff

View differences:

errors.h
18 18
    ALLOC_ERROR,        /** @brief Memory allocation error */
19 19
    LOGIC_ERROR,        /** @brief Logic error */
20 20
    INVALID_ARG,        /** @brief Invalid argument */
21
    NOK,                /** @brief Not OK */
22
    TRANS_REFUSED,      /** @brief Transmission refused */
23
    TRANS_FAILED,       /** @brief Transmission failed */
21 24
    OTHER_ERROR         /** @brief Unspecified error */
22 25
};
23 26

  

Also available in: Unified diff