AnnotationValidationErrorDto

Properties

Name Type Description Notes
documentId UUID GUID of the document containing the problematic annotation. Null for package-level errors not tied to a specific document. [default to null]
annotationId UUID GUID of the annotation that failed validation. Null for document-level or package-level errors not tied to a specific annotation. [default to null]
errorCode String Machine-readable error code for programmatic handling (e.g., "SIGNER_INDEX_OUT_OF_RANGE", "OPTIONS_REQUIRED"). [default to null]
message String Human-readable description of the validation error. [default to null]

[Back to Model list] [Back to API list] [Back to README]