UnbluStopMobileCoBrowsingError
public enum UnbluStopMobileCoBrowsingError : Error
Error which can occur when trying to stop mobile co-browsing
-
UnbluClient
is not initialized. May it is in error state if it was already initialized beforeDeclaration
Swift
case clientNotInitialized
-
The ui must be at least shown once after initialization, otherwise this error is thrown
Declaration
Swift
case uiWasNeverShown
-
Thrown if the used collaboration server is not of version 5.x newer than 5.17 or newer than 6.3
Declaration
Swift
case unsupportedCollaborationServerVersion
-
Error while stopping mobile co-browsing. See error type for details.
Declaration
Swift
case failedToStopMobileCoBrowsing(errorType: UnbluStopMobileCoBrowsingErrorType, details: String?)
Parameters
errorType
Type of the error
details
Error message; can be nil