TalkSDK-1.0.0 Documentation Beta

Enumeration Talk​Call​Error

@objc public enum TalkCallError

Represents errors occuring for a failed or disconnected call.

TalkCallError TalkCallError Int Int TalkCallError->Int CustomStringConvertible CustomStringConvertible TalkCallError->CustomStringConvertible Error Error TalkCallError->Error

Conforms To

CustomStringConvertible
Error
Int

Enumeration Cases

digital​Line​Not​Found

case digitalLineNotFound

No digital line was found with a provided name.

network​Error

case networkError

Establishing the call failed because of network issues.

unauthorized

case unauthorized

The app is not authorized to make a call.

unknown

case unknown

An unknown error occurred while establishing the call.

Properties

description

var description: String

Description for TalkCallError