updf_is_errorΒΆ

updf_is_error checks if a fatal error occurred.

error_code = updf_is_error(stg)

Return Value

error_code is 0 if no error occurred and not 0 for a fatal error.

Parameters

stg

stg is an storage object (see updf_create_file, updf_open_file, updf_create_storage).

Comment

Resonse for a fatal error: Hard drive is full. Not enough virtal memory available, network problems, internal program errors, etc.

History

Version Description
5.6.0 New

id-417402