5 #include <hilti/ast/operators/common.h> 6 #include <hilti/ast/types/error.h> 10 BEGIN_METHOD(error, Description)
11 const auto& signature()
const {
12 static auto _signature = Signature{.self = type::Error(),
13 .result = type::String(),
16 .doc =
"Retrieves the textual description associated with the error."};
Definition: operator-registry.h:15