FMIceLinkStunTurnConnectionAlreadyExistsError Class Reference

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

Overview

446 Connection Already exists. This indicates that either 1) the server is currently processing a Connect request for this allocation with the same XOR-PEER-ADDRESS; OR 2) the server has already successfully processed a Connect request for this allocation with the same XOR-PEER-ADDRESS, and the resulting client and peer data connections are either pending or active

+ connectionAlreadyExistsError

Initializes a new instance of the FMIceLinkStunTurnConnectionAlreadyExistsError class.
+ (FMIceLinkStunTurnConnectionAlreadyExistsError *)connectionAlreadyExistsError

Discussion

Initializes a new instance of the FMIceLinkStunTurnConnectionAlreadyExistsError class.

Declared In

FMIceLinkStunTurnConnectionAlreadyExistsError.h

+ connectionAlreadyExistsErrorWithMessage:

Initializes a new instance of the FMIceLinkStunTurnConnectionAlreadyExistsError class.
+ (FMIceLinkStunTurnConnectionAlreadyExistsError *)connectionAlreadyExistsErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnConnectionAlreadyExistsError class.

Declared In

FMIceLinkStunTurnConnectionAlreadyExistsError.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

FMIceLinkStunTurnConnectionAlreadyExistsError.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkStunTurnConnectionAlreadyExistsError class.

Declared In

FMIceLinkStunTurnConnectionAlreadyExistsError.h

– initWithMessage:

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

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnConnectionAlreadyExistsError class.

Declared In

FMIceLinkStunTurnConnectionAlreadyExistsError.h