HTTP Status Values

receivedThe transaction has been received. This status is reached when a request is persisted and the server is committed to fulfill the request.
invalidA request was made to a searchable resource, but the input document failed schema validation. This status is final. An "invalid_input_msg" element will be provided containing a "uri" attribute that may be used to retrieve the output of our schema validator.
processingThe transaction is being processed, that is, the server has committed resources to process the request.
processedProcessing is successfully finished. This status is reached when all processing has completed without any errors. This status is final. A "result" element will be provided containing a "uri" attribute for use in retrieving the search result data.
failedProcessing is terminated due to errors. This status is final. A textual description of the error may be made available in the status document, or a "result" element may be provided containing a "uri" attribute for use in retrieving the search result error message.