Used in the return value of the Check() method.
Definition at line 605 of file RField.hxx.
Public Attributes | |
std::string | fErrMsg |
Cause of the failure, e.g. unsupported type. | |
std::string | fFieldName |
Qualified field name causing the error. | |
std::string | fTypeName |
Type name corresponding to the (sub) field. | |
#include <ROOT/RField.hxx>
std::string ROOT::Experimental::RFieldBase::RCheckResult::fErrMsg |
Cause of the failure, e.g. unsupported type.
Definition at line 608 of file RField.hxx.
std::string ROOT::Experimental::RFieldBase::RCheckResult::fFieldName |
Qualified field name causing the error.
Definition at line 606 of file RField.hxx.
std::string ROOT::Experimental::RFieldBase::RCheckResult::fTypeName |
Type name corresponding to the (sub) field.
Definition at line 607 of file RField.hxx.