You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

If an unexpected error occurred with a request, the HTTP_MCP controller will be called again with the ProcErr argument populated. The nature of the error (usually a runtime error) will be contained in the ProcErr argument. This routine is a template for generating a response so the caller will receive a well formatted reply.

Syntax

Response = HTTP_ProcErr_Services(ProcErr)

Returns

N/A

Parameters

ParameterDescription
ProcErr

The procedural error data being passed in from the OEngineServer. Unless otherwise changed, the only reason this should be called is if there was a runtime error in one of the stored procedures that was called by the initial request.

Remarks

HTTP_ProcErr_Services is not like other HTTP services because it is not designed to process a Remaining URL. Therefore, there is no HTTP_SERVICE_SETUP insert nor is there the normal HTTP method checks.

  • No labels