# Error --- ## Object Definitions ```c typedef struct _kpl_error { KPL_SLAB_HEADER(struct _kpl_error); char *file, *function; kpl_class class; int32_t line; } kpl_error; ```