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:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user