Record Class DittoException.ValidationExceptionReason.DepthLimitExceeded
java.lang.Object
java.lang.Record
com.ditto.java.DittoException.ValidationExceptionReason.DepthLimitExceeded
- All Implemented Interfaces:
DittoException.ValidationExceptionReason
- Enclosing interface:
DittoException.ValidationExceptionReason
public static record DittoException.ValidationExceptionReason.DepthLimitExceeded()
extends Record
implements DittoException.ValidationExceptionReason
If 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.
-
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 aDepthLimitExceededrecord class. -
Method Summary
-
Constructor Details
-
DepthLimitExceeded
public DepthLimitExceeded()Creates an instance of aDepthLimitExceededrecord 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.
-