Interface DittoException.SmallPeerInfoExceptionReason
- All Known Implementing Classes:
DittoException.SmallPeerInfoExceptionReason.DepthLimitExceeded,DittoException.SmallPeerInfoExceptionReason.NotADictionary,DittoException.SmallPeerInfoExceptionReason.SizeLimitExceeded
- Enclosing class:
DittoException
public static sealed interface DittoException.SmallPeerInfoExceptionReason
permits DittoException.SmallPeerInfoExceptionReason.SizeLimitExceeded, DittoException.SmallPeerInfoExceptionReason.DepthLimitExceeded, DittoException.SmallPeerInfoExceptionReason.NotADictionary
The possible underlying reasons a
DittoException.SmallPeerInfoException occurs.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordThe metadata exceeds the maximum allowed nesting depth (64 levels).static final recordThe metadata must be a JSON object/dictionary.static final recordThe metadata exceeds the maximum allowed size (128 KB).