Skip to content

Commit 8063e00

Browse files
tlohmarPedroDiez
andauthored
Update documentation/CAMARA-API-Design-Guide.md
ok. Co-authored-by: Pedro Díez García <pedro.diezgarcia@telefonica.com>
1 parent d57ea6a commit 8063e00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

documentation/CAMARA-API-Design-Guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ In the following, we elaborate on the existing client errors. In particular, we
278278
| 409 | `ABORTED` | Concurrency conflict. | Concurrency of processes of the same nature/scope |
279279
| 409 | `ALREADY_EXISTS` | The resource that a client tried to create already exists. | Trying to create an existing resource |
280280
| 409 | `CONFLICT` | A specified resource duplicate entry found. | Duplication of an existing resource |
281-
| 409 | `INCOMPATIBLE_STATE` | Resource state conflict. | A resource referenced in the request is in an incompatible state for the requested operation |
281+
| 409 | `INCOMPATIBLE_STATE` | A referenced resource is in an incompatible state. | A resource referenced in the request is in an incompatible state for the requested operation |
282+
282283
| 409 | `{{SPECIFIC_CODE}}` | `{{SPECIFIC_CODE_MESSAGE}}` | Specific conflict situation that is relevant in the context of the API |
283284

284285
<font size="3"><span style="color: blue"> Service Exceptions </span></font>

0 commit comments

Comments
 (0)