FMIceLinkStunTurnAllocationQuotaReachedError Class Reference

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

Overview

486 Allocation Quota Reached. The server is currently unable to create any more allocations with this username. The client considers the current transaction as having failed. The client SHOULD wait at least 1 minute before trying to create any more allocations on the server.

+ allocationQuotaReachedError

Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
+ (FMIceLinkStunTurnAllocationQuotaReachedError *)allocationQuotaReachedError

Discussion

Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.

Declared In

FMIceLinkStunTurnAllocationQuotaReachedError.h

+ allocationQuotaReachedErrorWithMessage:

Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
+ (FMIceLinkStunTurnAllocationQuotaReachedError *)allocationQuotaReachedErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.

Declared In

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

FMIceLinkStunTurnAllocationQuotaReachedError.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.

Declared In

FMIceLinkStunTurnAllocationQuotaReachedError.h

– initWithMessage:

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

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.

Declared In

FMIceLinkStunTurnAllocationQuotaReachedError.h