Skip to content
Snippets Groups Projects
Verified Commit 96c1a86d authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Fix message_code.h

parent 0b780877
Branches
Tags
1 merge request!22Return to int64 for integer values
Pipeline #13193 passed
Pipeline: caosdb-cppinttest

#13195

    ......@@ -47,7 +47,7 @@ enum MessageCode {
    INTEGER_VALUE_OUT_OF_RANGE =
    caosdb::entity::v1alpha1::MessageCode::MESSAGE_CODE_INTEGER_VALUE_OUT_OF_RANGE,
    ENTITY_HAS_BEEN_DELETED_SUCCESSFULLY =
    MessageCode::MESSAGE_CODE_ENTITY_HAS_BEEN_DELETED_SUCCESSFULLY,
    caosdb::entity::v1alpha1::MessageCode::MESSAGE_CODE_ENTITY_HAS_BEEN_DELETED_SUCCESSFULLY,
    };
    [[nodiscard]] inline auto get_message_code(int code) noexcept -> MessageCode {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment