Protocol Handler Error Messages

The following table describes the error messages returned by protocol handlers.

Value Description

PRTH_E_ACCESS_DENIED

(0x80041205L)

Item will not be crawled. Its access control list (ACL) allows no one to read the item. Used in the GetSecurityDescriptor Method method of the IUrlAccessor Interface interface.

PRTH_E_ACL_TOO_BIG

(0x80041211L)

ACL exceeded 64 KB. Enterprise Search will not crawl the item.

PRTH_E_BAD_REQUEST

(0x80041212L)

Request was not valid because of an error in the URL.

PRTH_E_COMM_ERROR

(0x80041208L)

A communication/server error occurred. If a high volume of these errors occurs, the crawler will mark the server as unavailable.

PRTH_E_NOT_REDIRECTED

(0x80041200L)

Redirected URL does not exist.

PRTH_E_OBJ_NOT_FOUND

(0x80041207L)

Object not found. Tells the crawler to delete the document if it is not found during an incremental crawl.

PRTH_E_REQUEST_ERROR

(0x80041201L)

Options used are not supported.

PRTH_E_SERVER_ERROR

(0x80041202L)

A communication/server error occurred. If a high volume of these errors occurs, the crawler will mark the server as unavailable.

PRTH_S_ACL_IS_READ_EVERYONE

(0x80041206L)

ACL was changed so that the item is readable by everyone. Used in the GetSecurityDescriptor Method method of the IUrlAccessor Interface interface.

PRTH_S_ACL_IS_READ_EVERYONE

(0x00041210L)

Parts of the content item cannot be accessed.

PRTH_S_NOT_ALL_PARTS

(0x8004121BL)

Item content is unchanged. Provides support for incremental crawls.

PRTH_S_NOT_MODIFIED

(0x00041203L)

Item will not be crawled. Its ACL allows no one to read the item. Used in the GetSecurityDescriptor Method method of the IUrlAccessor Interface interface.

See Also

Concepts

Protocol Handler Reference
IProtocolHandlerSite Interface
ISearchProtocol Interface
IUrlAccessor Interface