ErrorType
public enum ErrorType : Error
The SDK error types.
-
missed SDK configuration
Declaration
Swift
case notConfigured
-
action is cancelled
Declaration
Swift
case canceled
-
no access to microphone
Declaration
Swift
case recordingPermissionNotGranted
-
internal component not initialized
Declaration
Swift
case componentNotActive
-
authentication context is not set
Declaration
Swift
case missedAuthenticationContext
-
call transaction processing failed
Declaration
Swift
case requestTransactionFailed(Error?)
-
placing a call to yourself not supported
Declaration
Swift
case placingCallToYourselfNotSupported
-
Declaration
Swift
public enum Reason
-
endpoint registration failed
Declaration
Swift
case endpointRegistrationFailed(Reason)
-
endpoint unregistration failed
Declaration
Swift
case endpointUnregistrationFailed(Reason)
-
failed to update endpoint parameter
Declaration
Swift
case endpointParameterUpdateFailed(Reason)
-
no internet connection
Declaration
Swift
case networkNotReachable
-
Declaration
Swift
case unknown