You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -343,11 +343,11 @@ status.some.error.key=400
343
343
344
344
> [!WARNING]
345
345
> The derived Error keys may change in cases of code refactoring.
346
-
> Because derived Error keys may contain the class names, method names and class property names.
346
+
> Because derived Error keys may contain the class names, method names and class property names or database constraint or index name.
347
347
348
348
* When OpenAPI Spec is changed, the error keys for OpenAPI spec validation errors may change.
349
-
* When controller method name changes or controller argument Object class name or any of its property name changes then jakarta.validation.* violation error keys may change.
350
-
* When database constraint name or index name changes then any DuplicateKeyException or DataIntegrityViolationException error key may change.
349
+
* When controller method name changes or controller argument Object class name or any of its property name changes then `jakarta.validation.*` violation error keys may change.
350
+
* When database constraint name or index name changes then any `DuplicateKeyException` or `DataIntegrityViolationException` error key may change.
351
351
352
352
### Error response structure
353
353
Following is an example response body for an error.
0 commit comments