Update errors.csv

This commit is contained in:
Shrimadhav U K 2021-09-21 19:39:26 +05:30 committed by GitHub
parent 0371f67a65
commit 6ad3945354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,7 @@ PUBLIC_KEY_REQUIRED,400,
QUERY_ID_EMPTY,400,The query ID is empty QUERY_ID_EMPTY,400,The query ID is empty
QUERY_ID_INVALID,400,The query ID is invalid QUERY_ID_INVALID,400,The query ID is invalid
QUERY_TOO_SHORT,400,The query string is too short QUERY_TOO_SHORT,400,The query string is too short
QUIZ_ANSWER_MISSING,400,
QUIZ_CORRECT_ANSWERS_EMPTY,400,A quiz must specify one correct answer QUIZ_CORRECT_ANSWERS_EMPTY,400,A quiz must specify one correct answer
QUIZ_CORRECT_ANSWERS_TOO_MUCH,400,There can only be one correct answer QUIZ_CORRECT_ANSWERS_TOO_MUCH,400,There can only be one correct answer
QUIZ_CORRECT_ANSWER_INVALID,400,The correct answer is not an existing answer QUIZ_CORRECT_ANSWER_INVALID,400,The correct answer is not an existing answer

1 name codes description
286 QUERY_ID_EMPTY 400 The query ID is empty
287 QUERY_ID_INVALID 400 The query ID is invalid
288 QUERY_TOO_SHORT 400 The query string is too short
289 QUIZ_ANSWER_MISSING 400
290 QUIZ_CORRECT_ANSWERS_EMPTY 400 A quiz must specify one correct answer
291 QUIZ_CORRECT_ANSWERS_TOO_MUCH 400 There can only be one correct answer
292 QUIZ_CORRECT_ANSWER_INVALID 400 The correct answer is not an existing answer