Skip to content

Commit

Permalink
Merge pull request #1430 from kaleido-io/def-409
Browse files Browse the repository at this point in the history
Definition conflicts should be HTTP 409
  • Loading branch information
awrichar authored Dec 8, 2023
2 parents 50d2acd + 1526751 commit 04d0357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/coremsgs/en_error_messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ var (
MsgDefRejectedIDMismatch = ffe("FF10404", "Rejected %s '%s' - ID mismatch with existing record")
MsgDefRejectedLocationMismatch = ffe("FF10405", "Rejected %s '%s' - location mismatch with existing record")
MsgDefRejectedSchemaFail = ffe("FF10406", "Rejected %s '%s' - schema check: %s")
MsgDefRejectedConflict = ffe("FF10407", "Rejected %s '%s' - conflicts with existing: %s")
MsgDefRejectedConflict = ffe("FF10407", "Rejected %s '%s' - conflicts with existing: %s", 409)
MsgDefRejectedIdentityNotFound = ffe("FF10408", "Rejected %s '%s' - identity not found: %s")
MsgDefRejectedWrongAuthor = ffe("FF10409", "Rejected %s '%s' - wrong author: %s")
MsgDefRejectedHashMismatch = ffe("FF10410", "Rejected %s '%s' - hash mismatch: %s != %s")
Expand Down

0 comments on commit 04d0357

Please sign in to comment.