MessagingError
public struct MessagingErrorENTERPRISE EDITION ONLY.
The messaging error.
- 
                  
                  The error object. DeclarationSwift public let error: Error
- 
                  
                  The flag identifying whether the error is recoverable or not. DeclarationSwift public let isRecoverable: Bool
- 
                  
                  Initializes a MessagingError 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. DeclarationSwift public init(error: Error, isRecoverable: Bool)ParameterserrorThe error object. isRecoverableThe flag identifying if the error is recoverable or not. 
 MessagingError Structure Reference
        MessagingError Structure Reference