Next: , Previous: , Up: API Reference   [Contents][Index]


4.1 Usage Notes

Guile-RPC makes use of the SRFI-34 exception mechanism along with SRFI-35 error conditions to deal with the various protocol errors1. Thus, users are expected to use these mechanisms to handle the error conditions described in the following sections. Hopefully, in most cases, error conditions raised by Guile-RPC code provide users with detailed information about the error.


Footnotes

(1)

Guile 1.8 provides an implementation of the former in the (srfi srfi-34) module, while the latter is currently provided by the guile-lib package.