Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed May 31, 2024
1 parent 5470604 commit 17ffd32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/utils/src/main/resources/error/error-conditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 17ffd32

Please sign in to comment.