feat(annotations): add ANNOTATION_UPDATE_FAILED error code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-14 10:38:33 +02:00
parent f76a6c0ee5
commit 26c7181ba4

View File

@@ -49,6 +49,8 @@ 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 */
ANNOTATION_UPDATE_FAILED,
// --- Transcription Blocks ---
/** The transcription block with the given ID does not exist. 404 */