diff --git a/src/schema/job-board-application.json b/src/schema/job-board-application.json index 82b8342..2653034 100644 --- a/src/schema/job-board-application.json +++ b/src/schema/job-board-application.json @@ -1005,6 +1005,26 @@ "category": "client", "description": "File type not supported" }, + { + "code": "InputIncomplete", + "category": "server", + "description": "Mandatory questions must be answered (internal issue)" + }, + { + "code": "InputInvalid", + "category": "server", + "description": "Internal input validation issue" + }, + { + "code": "InputRejected", + "category": "server", + "description": "Replacement for rejected input was not provided within 15 minutes (internal issue)" + }, + { + "code": "InputTimeout", + "category": "server", + "description": "Internal input timeout issue" + }, { "code": "InternalError", "category": "server",