actions
Loading...
Searching...
No Matches
gactionConventions.h File Reference

Defines error codes used by the GEMC actions module. More...

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

Go to the source code of this file.

Macros

Error codes

Module-level error/status codes emitted by action-related classes.

The values are in the 1200 range and are intended to remain stable so log-based diagnostics can reliably identify the same category of problem across builds.

#define ERR_GRUNACTION_NOT_EXISTING   1201
 
#define ERR_GDIGIMAP_NOT_EXISTING   1202
 
#define ERR_STREAMERMAP_NOT_EXISTING   1203
 

Detailed Description

This header centralizes stable error identifiers used by the action-related classes when reporting failures through the logging system.

Definition in file gactionConventions.h.

Macro Definition Documentation

◆ ERR_GDIGIMAP_NOT_EXISTING

#define ERR_GDIGIMAP_NOT_EXISTING   1202

Definition at line 27 of file gactionConventions.h.

◆ ERR_GRUNACTION_NOT_EXISTING

#define ERR_GRUNACTION_NOT_EXISTING   1201

Definition at line 26 of file gactionConventions.h.

◆ ERR_STREAMERMAP_NOT_EXISTING

#define ERR_STREAMERMAP_NOT_EXISTING   1203

Definition at line 28 of file gactionConventions.h.