docs(annotations): fix ANNOTATION_UPDATE_FAILED Javadoc to reflect 400 status [M3]

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-14 14:34:55 +02:00
parent a19faa3806
commit 40c8f548db

View File

@@ -49,7 +49,7 @@ public enum ErrorCode {
// --- Annotations ---
/** The annotation with the given ID does not exist. 404 */
ANNOTATION_NOT_FOUND,
/** The annotation position/size could not be saved. 500 */
/** The annotation position/size could not be saved (bounds constraint violated). 400 */
ANNOTATION_UPDATE_FAILED,
// --- Transcription Blocks ---