failureCause property
The cause for the update failure. Possible string values are:
- "NOT_FOUND" : An attempt was made to set an event that was not defined.
- "INVALID_UPDATE_VALUE" : An attempt was made to increment an event by a non-positive value.
Implementation
core.String? failureCause;