3.1.4.1.4.1 SearchServiceApplicationFaultType

msdn link

Namespace: http://www.microsoft.com/sharepoint/search/KnownTypes/2008/08

The SearchServiceApplicationFaultType simple type represents the type of failure for a SearchServiceApplicationFault as specified by section 3.1.4.1.3.10.

 <xs:simpleType name="SearchServiceApplicationFaultType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="SpecialTerm_NotFound"/>
     <xs:enumeration value="SpecialTerm_DuplicateError"/>
     <xs:enumeration value="Synonym_NotFound"/>
     <xs:enumeration value="BestBet_NotFound"/>
     <xs:enumeration value="BestBet_OrderDuplicationError"/>
     <xs:enumeration value="AllNoiseQuery"/>
     <xs:enumeration value="SearchServiceNotFound"/>
     <xs:enumeration value="QueryMalformed"/>
     <xs:enumeration value="ScopeNotFound"/>
     <xs:enumeration value="InvalidProperty"/>
     <xs:enumeration value="OnlyExcludedTerms"/>
     <xs:enumeration value="RankingModelNotFound"/>
     <xs:enumeration value="UnSupportedTopology"/>
     <xs:enumeration value="FASTSearchQuery"/>
     <xs:enumeration value="Timeout"/>
     <xs:enumeration value="ExtendedConnectorApplicaion"/>
     <xs:enumeration value="PartitionOptionsMismatch"/>
     <xs:enumeration value="TooComplexQueryException"/>
     <xs:enumeration value="QueryThrottled"/>
     <xs:enumeration value="InternalError"/>
     <xs:enumeration value="QueryTransformInvalidProperty"/>
     <xs:enumeration value="QueryConfigurationImportException"/>
     <xs:enumeration value="ApplicationSpecific"/>
     <xs:enumeration value="DiscoveryFederatedSourceNotFound"/>
     <xs:enumeration value="RemoteSharepointSourceFault"/>
     <xs:enumeration value="TenantSiteCollectionMismatchException"/>
     <xs:enumeration value="InvalidNameException"/>
     <xs:enumeration value="InvalidPropertyTypeException"/>
     <xs:enumeration value="CouldNotModifySchemaException"/>
     <xs:enumeration value="InvalidMappingException"/>
     <xs:enumeration value="ObjectNotFoundException"/>
     <xs:enumeration value="PropertyIsReadOnlyException"/>
     <xs:enumeration value="PropertyCannotHaveMappingsException"/>
     <xs:enumeration value="InvalidManagedPropertyValue"/>
     <xs:enumeration value="ArgumentNullException"/>
     <xs:enumeration value="UnauthorizedAccessException"/>
     <xs:enumeration value="DatabaseException"/>
     <xs:enumeration value="SchemaExportException"/>
     <xs:enumeration value="SchemaImportException"/>
     <xs:enumeration value="NotSupported"/>
     <xs:enumeration value="QueryPropertyOutOfRange"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SearchServiceApplicationFaultType simple type.

Value

Meaning

SpecialTerm_NotFound

The specified keyword was not found on the protocol server.

SpecialTerm_DuplicateError

The query text specified cannot be used, because it is already a keyword or keyword synonym.

Synonym_NotFound

The specified keyword synonym was not found on the protocol server.

BestBet_NotFound

The specified best bet was not found on the protocol server.

BestBet_OrderDuplicationError

The best bet cannot be added to the keyword because there is already a best bet at the specified position.

AllNoiseQuery

Cannot complete the search query because it is composed entirely of noise words.

SearchServiceNotFound

The protocol server was unable to connect to the search service application.

QueryMalformed

Cannot complete the search query because its syntax is invalid.

ScopeNotFound

The specified search scope was not found on the protocol server.

InvalidProperty

Cannot complete the search query because it uses an invalid managed property.

OnlyExcludedTerms

Cannot complete the search query because it is composed entirely of noise words.

RankingModelNotFound

Cannot complete the search query because the ranking model does not exist.

UnSupportedTopology

Cannot complete the search query because the farm uses a topology unsupported by its version of the protocol server software.

FASTSearchQuery

Cannot complete the search query from the FAST search provider.

Timeout

Cannot complete the search query because the query took too long to be processed by the protocol server.

ExtendedConnectorApplicaion

Cannot complete the search query because the extended search application cannot process queries. An extended search service application is specific for FAST search provider and is used only in crawling and not for query processing.

PartitionOptionsMismatch

Cannot complete the search query because the partition options of the search service application do not match options of the search service application proxy.

TooComplexQueryException

Cannot complete the search query because there are too many results for it.

QueryThrottled

Cannot complete the search query because the protocol server was overloaded.

InternalError

Cannot complete the search query because there was an error on the protocol server

QueryTransformInvalidProperty

Cannot complete the search query because the query transform has invalid property.

QueryConfigurationImportException

The query configuration settings cannot be imported because of an error on the protocol server.

ApplicationSpecific

Reserved for future use.

DiscoveryFederatedSourceNotFound

The protocol server was unable to locate an exchange result source.

RemoteSharepointSourceFault

Cannot complete the search query because the remote SharePoint search provider had an error.

TenantSiteCollectionMismatchException

The schema is found with an inconsistent tenant/site collection pair.

InvalidNameException

The given category, crawled property, or managed property is invalid.

InvalidPropertyTypeException

The given managed property type is invalid.

CouldNotModifySchemaException

There was an error modifying a schema.

InvalidMappingException

An invalid mapping was found.

ObjectNotFoundException

An object (category, crawled property, or managed property) could not be found.

PropertyIsReadOnlyException

The managed property is read only and cannot be modified.

PropertyCannotHaveMappingsException

A managed property cannot have mappings, and the protocol server thus cannot add, delete, or modify mappings.

InvalidManagedPropertyValue

A managed property is given an invalid value.

ArgumentNullException

A NULL value was unexpectedly given.

UnauthorizedAccessException

The client does not have sufficient access to this operation.

DatabaseException

A database related error occurred.

SchemaExportException

The given schema cannot be exported.

SchemaImportException

The given schema cannot be imported.

NotSupported

The protocol server was unable to perform the action as it is not supported.

QueryPropertyOutOfRange

Cannot complete the search query because one of the query properties as specified in section 2.2.4.11 had a value outside the acceptable range.