You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if Receipt.Status == ErrExecutionReverted {
if Receipt.ExecutionRevertMsg != null {
display `Receipt.ExecutionRevertMsg` on the page
} else {
display `ErrExecutionReverted` // current on page
}
}
The text was updated successfully, but these errors were encountered:
what to do
receipt has a field to indicate specific error msg, see
https://github.com/iotexproject/iotex-proto/blob/master/golang/iotextypes/action.pb.go#L2611
The text was updated successfully, but these errors were encountered: