MediaProcessors
Typedefs | Enumerations | Functions
stat_codes.h File Reference

General status codes enumeration. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum stat_codes_ctx_s stat_codes_ctx_t
 

Enumerations

enum  stat_codes_ctx_s {
  STAT_SUCCESS = 0, STAT_NOTMODIFIED, STAT_ERROR, STAT_ENOTFOUND,
  STAT_EAGAIN, STAT_EOF, STAT_ENOMEM, STAT_EINVAL,
  STAT_ECONFLICT, STAT_EBAVFORMAT, STAT_EBMUXFORMAT, STAT_ETIMEDOUT,
  STAT_EINTR, STAT_ENOPROTOOPT, STAT_EAFNOSUPPORT, STAT_EAFNOSUPPORT_HOSTNAME,
  STAT_EAFNOSUPPORT_PORT, STAT_ENODATA, STAT_CODES_MAX
}
 

Functions

const char * stat_codes_get_description (stat_codes_ctx_t code)
 

Detailed Description

General status codes enumeration.

Author
Rafael Antoniello

Definition in file stat_codes.h.

Enumeration Type Documentation

Enumerator
STAT_EAFNOSUPPORT_HOSTNAME 

Address family not supported: need to specify host IP

STAT_EAFNOSUPPORT_PORT 

Address family not supported: need to specify port

Definition at line 39 of file stat_codes.h.