Record Class DittoException.ValidationExceptionReason.SizeLimitExceeded
java.lang.Object
java.lang.Record
com.ditto.java.DittoException.ValidationExceptionReason.SizeLimitExceeded
- All Implemented Interfaces:
DittoException.ValidationExceptionReason
- Enclosing interface:
DittoException.ValidationExceptionReason
public static record DittoException.ValidationExceptionReason.SizeLimitExceeded()
extends Record
implements DittoException.ValidationExceptionReason
The size of the provided metadata is too large.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ditto.java.DittoException.ValidationExceptionReason
DittoException.ValidationExceptionReason.Base64Invalid, DittoException.ValidationExceptionReason.DepthLimitExceeded, DittoException.ValidationExceptionReason.InternalSubsystemUnavailable, DittoException.ValidationExceptionReason.InvalidCbor, DittoException.ValidationExceptionReason.InvalidDittoConfig, DittoException.ValidationExceptionReason.InvalidJson, DittoException.ValidationExceptionReason.MissingKey, DittoException.ValidationExceptionReason.NotAMap, DittoException.ValidationExceptionReason.NotJsonCompatible, DittoException.ValidationExceptionReason.SizeLimitExceeded, DittoException.ValidationExceptionReason.UnknownSyncScope -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aSizeLimitExceededrecord class. -
Method Summary
-
Constructor Details
-
SizeLimitExceeded
public SizeLimitExceeded()Creates an instance of aSizeLimitExceededrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-