5 #include <hilti/ast/operators/common.h> 6 #include <hilti/ast/types/error.h> 11 BEGIN_METHOD(error, Description)
12 auto signature()
const {
13 return Signature{.self = type::Error(),
14 .result = type::String(),
17 .doc =
"Retrieves the textual description associated with the error."};