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