Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.27 KB

ValidationCheckResult.md

File metadata and controls

15 lines (11 loc) · 1.27 KB

ValidationCheckResult

Properties

Name Type Description Notes
severity ValidationSeverity The severity for this check. Usually, low severity checks do not impact data exchange with third party applications
check_type ValidationCheckType The actual check that is represented by this result. Additional information may be found in other properties of this class, depending on the check.
message str A human readable message describing the result of the check. [optional]
object_validation_check_details ObjectValidationCheckDetails For CheckType of types ObjectValidation [optional]
xml_schema_validation_check_details XmlSchemaValidationCheckDetails For CheckType of types XmlSchemaCheck [optional]
project_validation_check_details ProjectValidationCheckDetails For CheckType of types ProjectValidation [optional]

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