MediaProcessors
Classes | Typedefs | Functions | Variables
stat_codes.c File Reference
#include "stat_codes.h"
Include dependency graph for stat_codes.c:

Go to the source code of this file.

Classes

struct  stat_codes_lu_ctx_s
 

Typedefs

typedef struct stat_codes_lu_ctx_s stat_codes_lu_ctx_t
 

Functions

const char * stat_codes_get_description (stat_codes_ctx_t code)
 

Variables

static const stat_codes_lu_ctx_t stat_codes_lutable [STAT_CODES_MAX]
 

Detailed Description

Author
Rafael Antoniello

Definition in file stat_codes.c.

Variable Documentation

const stat_codes_lu_ctx_t stat_codes_lutable[STAT_CODES_MAX]
static
Initial value:
=
{
{""},
{"Resource requested found but not modified"},
{"Error occurred"},
{"Resource requested not found"},
{"Resource temporarily unavailable (call again)"},
{"End of file"},
{"Not enough space/memory"},
{"Invalid argument passed. Please review ranges."},
{"Conflict with the current state of the target "
"resource"},
{"Bad or not supported audio/video format"},
{"Bad or not supported multiplex format"},
{"Operation timed out"},
{"Operation interrupted"},
{"Bad protocol option"},
{"Address family not supported"},
{"Address family not supported: need to specify host IP"
""},
{"Address family not supported: need to specify port"
""},
{"Valid request, no data record of requested type"},
}

Definition at line 41 of file stat_codes.c.