CBLMessagingError
@interface CBLMessagingError : NSObjectENTERPRISE EDITION ONLY.
The messaging error.
- 
                  
                  The error object. DeclarationObjective-C @property (nonatomic, readonly) NSError *error;
- 
                  
                  The flag identifying whether the error is recoverable or not. DeclarationObjective-C @property (nonatomic, readonly) BOOL isRecoverable;
- 
                  
                  Initializes a CBLMessagingError object with the given error and the flag identifying if the error is recoverable or not. The replicator uses isRecoverable flag to determine whether the replication should be retried as the error is recoverable or stopped as the error is non-recoverable. DeclarationObjective-C - (instancetype)initWithError:(NSError *)error isRecoverable:(BOOL)isRecoverable;ParameterserrorThe error object. isRecoverableThe flag identifying if the error is recoverable or not. Return ValueThe CBLMessagingError object. 
- 
                  
                  Unavailable Not available DeclarationObjective-C - (instancetype)init;
 CBLMessagingError Class Reference
        CBLMessagingError Class Reference