Skip to content

Commit f9c63c5

Browse files
authored
Merge pull request #37 from hmcts/error-codes
added additional error codes
2 parents 03b468c + 354bfa1 commit f9c63c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/resources/openapi/dcs-caseadmin.openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ components:
195195
- "DOCUMENT_CONTAINS_VIRUS"
196196
- "DOCUMENT_NOT_UPLOADED"
197197
- "CASE_DELETED"
198+
- "CASE_LINK_NOT_FOUND"
199+
- "DEFENDANT_LINK_NOT_FOUND"
200+
- "DEFENDANT_DELETED"
201+
- "DEFENCE_NOT_FOUND"
202+
- "DEFENCE_ALREADY_EXISTS"
203+
- "DEFENCE_REPRESENTATION_ERROR"
204+
- "MATERIAL_NOT_ACCEPTED"
198205
description: "Error code if the request failed"
199206
errorMessage:
200207
type: string

0 commit comments

Comments
 (0)