Sets the HTTP ProcErr that the OECGI creates to memory so it can be retrieved by later routines. This avoids the need to pass this around into various routines.
Syntax
Response = HTTP_Services('SetOECGIProcErr', ProcErr)
Returns
N/A
Parameters
Parameter | Description |
---|---|
ProcErr | The text of the procedural error. Required. |
Remarks
This is used by the designated ProcErr handler (see 3.x - GetAbortedService). There is no reason to use this service elsewhere.