Used in the return value of the Check() method.
Definition at line 453 of file RFieldBase.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/RFieldBase.hxx>
std::string ROOT::Experimental::RFieldBase::RCheckResult::fErrMsg |
Cause of the failure, e.g. unsupported type.
Definition at line 456 of file RFieldBase.hxx.
std::string ROOT::Experimental::RFieldBase::RCheckResult::fFieldName |
Qualified field name causing the error.
Definition at line 454 of file RFieldBase.hxx.
std::string ROOT::Experimental::RFieldBase::RCheckResult::fTypeName |
Type name corresponding to the (sub) field.
Definition at line 455 of file RFieldBase.hxx.