CallPresentationError

public struct CallPresentationError : CustomNSError, LocalizedError, Equatable

An error that occurs during the presentation of an instance of CallViewController.

  • Declaration

    Swift

    public static let errorDomain: String
  • Declaration

    Swift

    public var errorCode: Int { get }
  • Declaration

    Swift

    public var errorDescription: String? { get }
  • Declaration

    Swift

    public var failureReason: String? { get }
  • Declaration

    Swift

    public var recoverySuggestion: String? { get }
  • Declaration

    Swift

    public var errorUserInfo: [String : Any] { get }