Package com.couchbase.lite
Class MessagingError
java.lang.Object
com.couchbase.lite.MessagingError
ENTERPRISE EDITION API
The messaging error.
-
Constructor Summary
ConstructorDescriptionMessagingError
(Exception error, boolean recoverable) Creates a MessagingError with the given error and recoverable flag identifying if the error is recoverable or not. -
Method Summary
-
Constructor Details
-
MessagingError
Creates a MessagingError with the given error and recoverable flag identifying if the error is recoverable or not. The replicator uses recoverable flag to determine whether the replication should be retried or stopped as the error is non-recoverable.- Parameters:
error
- the errorrecoverable
- the recoverable flag
-
-
Method Details