Skip to content

Commit 08d3b7c

Browse files
david0David
andauthored
Add unsupported content-type status code (#2299)
Co-authored-by: David <[email protected]>
1 parent 954b641 commit 08d3b7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

status/src/main/resources/config/status.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,11 @@ ERR11107:
735735
code: ERR11107
736736
message: COMPRESSION_EXCEPTION
737737
description: Exception occurs during compression %s.
738-
738+
ERR11108:
739+
statusCode: 400
740+
code: ERR11108
741+
message: CONTENT_TYPE_NOT_SUPPORTED
742+
description: Content-Type %s is not supported by for this operation.
739743

740744
# 11200 - 11299 light hybrid validation errors
741745
ERR11200:

0 commit comments

Comments
 (0)