CallingError
public enum CallingError : Error, LocalizedError
Errors for the calling feature
-
Not permitted to access the microphone
Declaration
Swift
case recordPermissionNotGranted -
CXStartCallAction failed
Declaration
Swift
case startCallActionFailed(Error) -
Failed to authorize outgoing call
Declaration
Swift
case failedToAuthorizeOutgoingCall(SudoTelephonyClientError?) -
Declaration
Swift
public var errorDescription: String? { get }
CallingError Enumeration Reference