FMIceLinkStunTurnAddressFamilyNotSupportedError Class Reference

Inherits from FMIceLinkStunError : FMIceLinkError : NSObject
Declared in FMIceLinkStunTurnAddressFamilyNotSupportedError.h
FMIceLinkStunTurnAddressFamilyNotSupportedError.m

Overview

440 Address Family Not Supported. RFC 6156. Indicates that the server does not support the address family requested by the client.

+ addressFamilyNotSupportedError

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
+ (FMIceLinkStunTurnAddressFamilyNotSupportedError *)addressFamilyNotSupportedError

Discussion

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.

Declared In

FMIceLinkStunTurnAddressFamilyNotSupportedError.h

+ addressFamilyNotSupportedErrorWithMessage:

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
+ (FMIceLinkStunTurnAddressFamilyNotSupportedError *)addressFamilyNotSupportedErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.

Declared In

FMIceLinkStunTurnAddressFamilyNotSupportedError.h

– getDescription

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
- (NSString *)getDescription

Discussion

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).

Declared In

FMIceLinkStunTurnAddressFamilyNotSupportedError.h

– init

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.

Declared In

FMIceLinkStunTurnAddressFamilyNotSupportedError.h

– initWithMessage:

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
- (instancetype)initWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.

Declared In

FMIceLinkStunTurnAddressFamilyNotSupportedError.h