Next: , Previous: , Up: Database Methods   [Contents][Index]


4.3.7 blonde_lame_detail

extern int blonde_lame_detail
    (int, void *, void *, int (*)(void *, const char *, unsigned));

The function formats an error report, as described by the $1 error code and the $2 error details, via the $4 string copying routine. $4 is called (repeatedly) with the (otherwise non interpreted) $3 string copying context, an error report string part and its size in bytes are arguments, until the entire error report is completed.

The function is intended for formatting table and data level error reports. blonde_init_record takes exception, and errors for it cannot be formatted by this function.

See blonde_stat_detail.