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


4.3.15 blonde_stat_detail

extern int blonde_stat_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 database error reports. It is also the one to call for blonde_init_record errors.

See blonde_lame_detail.