suricata
util-error.h File Reference
#include "threads.h"
Include dependency graph for util-error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum SCError SCError
 

Enumerations

enum  SCError {
  SC_OK, SC_ENOMEM, SC_EINVAL, SC_ELIMIT,
  SC_EEXIST, SC_ENOENT, SC_ERR_MAX
}
 

Variables

thread_local SCError sc_errno
 

Typedef Documentation

◆ SCError

typedef enum SCError SCError

Enumeration Type Documentation

◆ SCError

enum SCError
Enumerator
SC_OK 
SC_ENOMEM 
SC_EINVAL 
SC_ELIMIT 
SC_EEXIST 
SC_ENOENT 
SC_ERR_MAX 

Definition at line 26 of file util-error.h.

Variable Documentation

◆ sc_errno