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

Compare with Current View Page History

« Previous Version 2 Current »

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

ParameterDescription
ProcErrThe text of the procedural error. Required.

Remarks

This is used by the designed ProcErr handler (see GetProcErrService). There is no reason to use this service elsewhere.

  • No labels