QueryNotSupported

data class QueryNotSupported(val message: String) : DittoError.StoreErrorReason

The query is syntactically valid but uses features that are either not supported at all yet or not supported in a particular context.

Since

4.5.0

Constructors

Link copied to clipboard
fun QueryNotSupported(message: String)

Properties

Link copied to clipboard
val message: String