Property IsRecoverable
IsRecoverable
Gets whether this error is potentially recoverable by reconnecting.
public bool IsRecoverable { get; }
Property Value
- bool
trueif reconnection might resolve the issue; otherwise,false.
Gets whether this error is potentially recoverable by reconnecting.
public bool IsRecoverable { get; }
true if reconnection might resolve the issue; otherwise, false.