-
public class DittoError.ValidationErrorReasonErrors interacting with DittoSmallPeerInfo.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDittoError.ValidationErrorReason.Base64InvalidInvalid base64-encoded string:
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.InternalSubsystemUnavailableThe observability subsystem is unavailable. (should never be the case for the small peer).
public final classDittoError.ValidationErrorReason.InvalidCborExpected valid CBOR.
public final classDittoError.ValidationErrorReason.InvalidJsonExpected valid JSON.
public final classDittoError.ValidationErrorReason.MissingKeyThe given Map was missing a required entry for the given key name.
public classDittoError.ValidationErrorReason.NotAMapThe value provided was not a Map.
public final classDittoError.ValidationErrorReason.NotJsonCompatibleThe object is or contain(s) types that aren't JSON compatible. JSON compatible types: String, Array, Map, Boolean, null, plus all native floating point & integer numbers.
public classDittoError.ValidationErrorReason.SizeLimitExceededThe size of the provided metadata is too large.
public final classDittoError.ValidationErrorReason.UnknownSyncScopeThe provided
DittoSmallPeerInfoSyncScope_tvalue didn't correspond with any known enum cases.
-