Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -52,6 +52,7 @@ enum StatusCode {
@@ -52,6 +52,7 @@ enum StatusCode {
TRANSACTION_TYPE_ERROR = 26,
TRANSACTION_TYPE_ERROR = 26,
UNSUPPORTED_FEATURE = 27,
UNSUPPORTED_FEATURE = 27,
ORIGINAL_ENTITY_MISSING_ID = 28,
ORIGINAL_ENTITY_MISSING_ID = 28,
 
EXTERN_C_ASSIGNMENT_ERROR = 29,
};
};
auto get_status_description(int code) -> const std::string &;
auto get_status_description(int code) -> const std::string &;
Loading