Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 645 Bytes

File metadata and controls

16 lines (8 loc) · 645 Bytes

SfvbValidationResponse

Properties

Name Type Description Notes
errors List<SfvbErrorDetail> Problems that will prevent a write. [optional]
usedElements List<String> Element types found in the document, sorted. [optional]
valid Boolean True when there are no errors. Warnings do not affect this flag. [optional]
warnings List<SfvbErrorDetail> Quality problems that will not prevent a write but should be addressed. [optional]