I have written a custom button using C# and Visual Studio 2019 that is included in an Add-In Ribbon in ArcGIS Pro 2.9.32729. The button has handlers for the OnRowCreated event and OnRowChanged event. When the event triggers, the button adds a group of values to the row that is included as a property of the RowChangedEventArgs object. The code works fine in response to the OnRowCreated event, but when I call the EditOperation.Execute() function in response to the OnRowChanged event, it fails. The error message I get back is a generic "Edit operation failed." There are no details in the error message that would help me figure out why this is happening. Any solutions or ideas for how to get a better error message that would help me solve this would be greatly appreciated.