-
public class DittoError.ValidationErrorReasonErrors interacting with DittoSmallPeerInfo.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDittoError.ValidationErrorReason.InternalSubsystemUnavailableThe observability subsystem is unavailable. (should never be the case for the small peer).
public classDittoError.ValidationErrorReason.SizeLimitExceededThe size of the provided metadata is too large.
public classDittoError.ValidationErrorReason.DepthLimitExceededIf the amount of JSON data is too nested according to our self-imposed limits, or if the data cannot be parsed to determine the depth.
public classDittoError.ValidationErrorReason.NotAMapThe object provided was not a Map.
public final classDittoError.ValidationErrorReason.UnknownSyncScopeThe provided
DittoSmallPeerInfoSyncScope_tvalue didn't correspond with any known enum cases.
-