-
public class DittoError.BusErrorReasonThe possible underlying reasons a BusError error occurs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDittoError.BusErrorReason.SendBeforeCompletionSent a bus message with the same destination/reliability before the previous send completed.
public classDittoError.BusErrorReason.SendFailedFailed to send bus message.
public classDittoError.BusErrorReason.OpenStreamFailedFailed to open a stream to the requested peer.
public classDittoError.BusErrorReason.StreamClosedByRemoteThe remote peer closed this DittoBusStream.
public classDittoError.BusErrorReason.StreamClosedByLocalThe local peer closed this DittoBusStream.
public classDittoError.BusErrorReason.StreamFailedThis DittoBusStream closed due to a communication failure.
public classDittoError.BusErrorReason.ReliablePayloadTooLargeBus message cannot be sent as the payload is too large (max 1 MB)
public classDittoError.BusErrorReason.UnreliablePayloadTooLargeBus message cannot be sent as the payload is too large (max 128 kB)
public classDittoError.BusErrorReason.QueueFullBus message cannot be sent as the queue is full.
-