Skip to content
Snippets Groups Projects
Commit e789ec01 authored by florian's avatar florian
Browse files

FIX: Typo

parent a0f6d763
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -53,7 +53,7 @@ enum StatusCode { ...@@ -53,7 +53,7 @@ enum StatusCode {
UNSUPPORTED_FEATURE = 27, UNSUPPORTED_FEATURE = 27,
ORIGINAL_ENTITY_MISSING_ID = 28, ORIGINAL_ENTITY_MISSING_ID = 28,
EXTERN_C_ASSIGNMENT_ERROR = 29, EXTERN_C_ASSIGNMENT_ERROR = 29,
OTHER_CLIENT_ERROR = 9999; OTHER_CLIENT_ERROR = 9999,
}; };
auto get_status_description(int code) -> const std::string &; auto get_status_description(int code) -> const std::string &;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment