#include "Error.h" bool hasError(const Error* e) { return e->text[0] != '\0'; }