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