3.1.1.2 FileDiscoveryAttempt
A FileDiscoveryAttempt abstract data model (ADM) element object represents a single attempt to send a DISCOVERY-REQUEST message to a server.
A FileDiscoveryAttempt ADM element contains the following data elements:
A pointer to a row in the table of potential servers.
The XML request data sent to the server.
An abstract completion result, which can be one of the following values.
Status
Description
The server found one or more content records that match the search criteria.
The server found no content records that match the search criteria.
The client is not authorized to access the server.
The client needs to be authenticated to the server.
The server needs to be authenticated to the client.
The server is too busy to process the request.
RESULT_TRANSPORT_ERROR
A lower-layer transport encountered an error.
RESULT_INVALID_SEARCH
The syntax of the request was not acceptable to the server.
RESULT_UNKNOWN
A protocol error occurred.