Next: SCM Segments, Previous: SCM Interface, Up: SCM Interface [Contents][Index]
Return x if a valid error code (-1 … MAXERR); else #f.
Not
.
err?
Successful execution (0).
Negative integers are used for errors according to increasingly severity, as follows:
Successful execution, no data present or no change made
Failure, no damage, caller can retry operation
Failure, no damage, caller can retry operation
Failure, no damage, call was in error
Failure, no damage, call was in error
Failure, no damage, out of room in file.
Failure, file or object was not of correct type.
I/O error, DB may be damaged.
Internal error, DB may be damaged.
Placeholder code.
All error codes are between 0 and maxerr
.
Next: SCM Segments, Previous: SCM Interface, Up: SCM Interface [Contents][Index]