2.2.5.5 dsc:FilterStateReasonWKVType

The dsc:FilterStateReasonWKVType type defines an enumerated list of built-in type xs:NMTOKEN (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) that represent the predefined (or well-known) values of detailed information regarding the processing state of a filter.

 <xs:simpleType name="FilterStateReasonWKVType">
    <xs:restriction base="xs:NMTOKEN">
       <xs:maxLength value="255"/>
       <xs:enumeration value="InvalidArgs"/>
       <xs:enumeration value="OutOfDiskSpace"/>
       <xs:enumeration value="ServerOutOfMemory"/>
       <xs:enumeration value="UnknownError"/>
       <xs:enumeration value="FileShareAccessDenied"/>
       <xs:enumeration value="FileShareOutOfDiskSpace"/>
       <xs:enumeration value="SharePointAccessDenied"/>
       <xs:enumeration value="SharePointOutOfDiskSpace"/>
       <xs:enumeration value="InvalidSMTPServer"/>
       <xs:enumeration value="UnableToSendEmail"/>
    </xs:restriction>
 </xs:simpleType>

Value

Description

InvalidArgs

The filter does not understand something in the psp:Instructions elements

OutOfDiskSpace

The filter encountered an "Out of Disk Space" error while processing the scan document(s)

ServerOutOfMemory

The filter ran out of memory while processing the scan document(s)

UnknownError

The filter encountered an unknown problem while processing the scan document(s)

FileShareAccessDenied

The FileShare filter encountered an "Access Denied" error while processing the scan document(s)

FileShareOutOfDiskSpace

The FileShare filter encountered an "Out of Disk Space" error while processing the scan document(s)

SharePointAccessDenied

The SharePoint filter encountered an "Access Denied" error while processing the scan document(s)

SharePointOutOfDiskSpace

The SharePoint filter encountered an "Out of Disk Space" error while processing the scan document(s)

InvalidSMTPServer

The email filter could not connect to the specified Simple Mail Transfer Protocol (SMTP) server while processing the scan document(s)

UnableToSendEmail

The email filter encountered an SMTP mail failure while processing the scan document(s)