Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

Merged Florian Spreckelsen requested to merge f-extended-c into f-files
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -53,7 +53,7 @@ enum StatusCode {
UNSUPPORTED_FEATURE = 27,
ORIGINAL_ENTITY_MISSING_ID = 28,
EXTERN_C_ASSIGNMENT_ERROR = 29,
OTHER_CLIENT_ERROR = 9999;
OTHER_CLIENT_ERROR = 9999,
};
auto get_status_description(int code) -> const std::string &;
Loading