Short name describing what triggered the graph break
User-defined object with non-function getattr
Values or code snippet captured at the break point
object={self.value}, name={name}, getattr_fn={getattr_fn}
Explanation of why the graph break was triggered
Found a non-function getattr {getattr_fn} from a user-defined object {self.value} when attempting to getattr {name}
Hints on how to resolve the graph break