Record Class DittoError.ValidationErrorReason.NotAMap
java.lang.Object
java.lang.Record
com.ditto.java.DittoError.ValidationErrorReason.NotAMap
- All Implemented Interfaces:
DittoError.ValidationErrorReason
- Enclosing interface:
DittoError.ValidationErrorReason
public static record DittoError.ValidationErrorReason.NotAMap()
extends Record
implements DittoError.ValidationErrorReason
The value provided was not a
Map.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ditto.java.DittoError.ValidationErrorReason
DittoError.ValidationErrorReason.Base64Invalid, DittoError.ValidationErrorReason.DepthLimitExceeded, DittoError.ValidationErrorReason.InternalSubsystemUnavailable, DittoError.ValidationErrorReason.InvalidCbor, DittoError.ValidationErrorReason.InvalidJson, DittoError.ValidationErrorReason.MissingKey, DittoError.ValidationErrorReason.NotAMap, DittoError.ValidationErrorReason.NotJsonCompatible, DittoError.ValidationErrorReason.SizeLimitExceeded, DittoError.ValidationErrorReason.UnknownSyncScope -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotAMap
public NotAMap()Creates an instance of aNotAMaprecord 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.
-