Get the Server side error messages from the last API function that failed. This function should be called repeatedly until it returns 1, meaning all messages have been retrieved.
If a communication (socket) error occurred, this function will also fail. Refer to the
OPERATIONS MANUAL, Error Log
section for information on interpreting the Error Log.
Prototype
CALL SSAN3-ERRORS-GET-ALL USING
BY VALUE SOCKH,
BY REFERENCE MSG
END CALL