-
public final class DittoError.StoreErrorReason.QueryNotSupported extends 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.
-
-
Constructor Summary
Constructors Constructor Description DittoError.StoreErrorReason.QueryNotSupported(String message)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()-
-
Constructor Detail
-
DittoError.StoreErrorReason.QueryNotSupported
DittoError.StoreErrorReason.QueryNotSupported(String message)
-
-
Method Detail
-
getMessage
final String getMessage()
-
-
-
-