Function 
  
 
	 Purpose
 
		 
		Close and free memory associated with an error context. 
		
 
	  
 
	 C Declaration
 
		 
		tibems_status tibemsErrorContext_Close(
    tibemsErrorContext errorContext);
 
	  
 
	 COBOL Call
 
		 
		CALL "tibemsErrorContext_Close"
   USING BY VALUE errorContext,
   RETURNING tibems-status
END-CALL.
 
	  
 
	 Parameters
 
		 
		
 
			  
			  
			  
				 
				  | Parameter 
				   | 
 
				  Description 
				   | 
 
				
 
			 
 
			  
				 
				  | errorContext 
				   | 
 
				  Close this error context. 
				   | 
 
				
 
			 
 
		  
 
 
	  
 
	 Remarks
 
		 
		Return 
		  TIBEMS_OK, 
		  TIBEMS_INVALID_ARG. 
		
 
	  
 
	 
 
   
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.