From 17ffd3243d15c8e4384c969914758e95968b9836 Mon Sep 17 00:00:00 2001 From: Wei Guo Date: Fri, 31 May 2024 15:36:27 +0800 Subject: [PATCH] add file --- common/utils/src/main/resources/error/error-conditions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/utils/src/main/resources/error/error-conditions.json b/common/utils/src/main/resources/error/error-conditions.json index 3914c0f177dcb..71bff66935a4c 100644 --- a/common/utils/src/main/resources/error/error-conditions.json +++ b/common/utils/src/main/resources/error/error-conditions.json @@ -2021,6 +2021,11 @@ "Delimiter cannot be empty string." ] }, + "NULL_VALUE" : { + "message" : [ + "Delimiter cannot be null value." + ] + }, "SINGLE_BACKSLASH" : { "message" : [ "Single backslash is prohibited. It has special meaning as beginning of an escape sequence. To get the backslash character, pass a string with two backslashes as the delimiter."