#include <stdarg.h>
Enumerations | |
enum | plerrorid { ERR_ERRNO, ERR_TYPE, ERR_DOMAIN, ERR_EXISTENCE, ERR_FAIL, ERR_LIMIT, ERR_MISC } |
Functions | |
int | sgml2pl_error (plerrorid,...) |
|
|
|
Function to handle the errors. It creates an appropriate error term for the prolog side to throw. Input : type of error Output : TRUE on success, FALSE on failure |