Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 16 Exception : tibemsErrorContext : tibemsErrorContext_Create

tibemsErrorContext_Create
Function
Purpose
Create a new error context object.
C Declaration
tibems_status tibemsErrorContext_Create(
    tibemsErrorContext* errorContext);
COBOL Call
CALL "tibemsErrorContext_Create"
   USING BY REFERENCE errorContext,
   RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
Create a new error context object and enables detailed error information and stack tracing for the thread that calls this function.
Returns TIBEMS_OK, TIBEMS_INVALID_ARG, or TIBEMS_NO_MEMORY.
See Also
tibemsErrorContext_Close on page 531

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved