GM2Calc 2.3.0
Loading...
Searching...
No Matches
Enumerations | Functions
gm2_error.h File Reference

contains declarations of GM2Calc error codes for the C interface More...

Go to the source code of this file.

Enumerations

enum  gm2calc_error { gm2calc_NoError = 0 , gm2calc_InvalidInput , gm2calc_PhysicalProblem , gm2calc_UnknownError }
 error codes More...
 

Functions

const char * gm2calc_error_str (gm2calc_error)
 translate error codes into a string
 

Detailed Description

contains declarations of GM2Calc error codes for the C interface

Definition in file gm2_error.h.

Enumeration Type Documentation

◆ gm2calc_error

error codes

Enumerator
gm2calc_NoError 
gm2calc_InvalidInput 
gm2calc_PhysicalProblem 
gm2calc_UnknownError 

Definition at line 32 of file gm2_error.h.

Function Documentation

◆ gm2calc_error_str()

const char * gm2calc_error_str ( gm2calc_error  error)

translate error codes into a string

Definition at line 24 of file gm2_error_c.cpp.