TickFailed(GrainId, string, TickStatus, Exception, SiloAddress?)
public TickFailed(GrainId grainId, string reminderName, TickStatus status, Exception exception, SiloAddress? siloAddress) Event payload for when a reminder tick has failed.
Parameters
grainIdGrainId- The grain associated with the reminder.
reminderNamestring- The reminder name.
statusTickStatus- The tick status passed to the grain.
exceptionException- The exception that caused the failure.
siloAddressSiloAddress?- The address of the silo handling this reminder.
