updf_is_error checks if a fatal error occurred.
Return Value
error_code is 0 if no error occurred and not 0 for a fatal error.
Parameters
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 |
See also
id-417402