NotJsonCompatible

data class NotJsonCompatible(val message: String) : DittoError.ValidationErrorReason

The 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.

Since

4.7.0

Constructors

Link copied to clipboard
fun NotJsonCompatible(message: String)

Properties

Link copied to clipboard
val message: String