6#ifndef GEOPM_ERROR_H_INCLUDE
7#define GEOPM_ERROR_H_INCLUDE
39#define GEOPM_MESSAGE_MAX 4096ULL
void GEOPM_PUBLIC geopm_error_message(int err, char *msg, size_t size)
Definition Exception.cpp:42
geopm_error_e
Definition geopm_error.h:17
@ GEOPM_ERROR_DATA_STORE
Definition geopm_error.h:31
@ GEOPM_ERROR_FILE_PARSE
Definition geopm_error.h:21
@ GEOPM_ERROR_MSR_OPEN
Definition geopm_error.h:25
@ GEOPM_ERROR_NO_AGENT
Definition geopm_error.h:30
@ GEOPM_ERROR_LOGIC
Definition geopm_error.h:19
@ GEOPM_ERROR_MSR_READ
Definition geopm_error.h:26
@ GEOPM_ERROR_INVALID
Definition geopm_error.h:20
@ GEOPM_ERROR_LEVEL_RANGE
Definition geopm_error.h:22
@ GEOPM_ERROR_AGENT_UNSUPPORTED
Definition geopm_error.h:28
@ GEOPM_ERROR_RUNTIME
Definition geopm_error.h:18
@ GEOPM_ERROR_PLATFORM_UNSUPPORTED
Definition geopm_error.h:24
@ GEOPM_ERROR_AFFINITY
Definition geopm_error.h:29
@ GEOPM_ERROR_MSR_WRITE
Definition geopm_error.h:27
@ GEOPM_ERROR_NOT_IMPLEMENTED
Definition geopm_error.h:23
#define GEOPM_PUBLIC
Definition geopm_public.h:10