Skip to content

PrimaryOperationFailed

class

Namespace: Orleans.EventSourcing.Common

Describes a connection issue that occurred when communicating with primary storage.
[Orleans.GenerateSerializer]
public abstract class PrimaryOperationFailed : ConnectionIssue

Properties

  • Exception The exception that was caught when communicating with the primary.

Methods

  • ComputeRetryDelay(TimeSpan?) Computes the retry delay based on the rest of the information. Is overridden by subclasses that represent specific categories of issues.