Skip to content

Commit

Permalink
Declare an error code being used
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrk2 committed Oct 21, 2022
1 parent 9477ba3 commit 3f6b563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Functions/FunctionsCodingUUID.cpp
Expand Up @@ -20,6 +20,7 @@ namespace DB::ErrorCodes
extern const int ARGUMENT_OUT_OF_BOUND;
extern const int ILLEGAL_COLUMN;
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int LOGICAL_ERROR;
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
}

Expand Down

0 comments on commit 3f6b563

Please sign in to comment.