TxError

public enum TxError : Error
extension TxError: LocalizedError

TxError is the error type returned by Telnyx WebRTC SDK. It encompasses a few different types of errors, each with their own associated reasons.

Error Descriptions

  • Declaration

    Swift

    public var errorDescription: String? { get }