# CloudmersiveConvertApiClient.DocumentValidationResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**documentIsValid** | **Boolean** | True if the document is valid and has no errors, false otherwise | [optional] 
**passwordProtected** | **Boolean** | True if the document is password protected, false otherwise | [optional] 
**errorCount** | **Number** | Number of validation errors found in the document | [optional] 
**warningCount** | **Number** | Number of validation warnings found in the document | [optional] 
**errorsAndWarnings** | [**[DocumentValidationError]**](DocumentValidationError.md) | Details of errors and warnings found | [optional] 


