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 *)allocationQuotaReachedErrorDiscussion
Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
			Declared In
FMIceLinkStunTurnAllocationQuotaReachedError.h
+ allocationQuotaReachedErrorWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
			+ (FMIceLinkStunTurnAllocationQuotaReachedError *)allocationQuotaReachedErrorWithMessage:(NSString *)messageParameters
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 *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			Declared In
FMIceLinkStunTurnAllocationQuotaReachedError.h
– init
	
Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
			Declared In
FMIceLinkStunTurnAllocationQuotaReachedError.h
– initWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
			- (instancetype)initWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnAllocationQuotaReachedError class.
			Declared In
FMIceLinkStunTurnAllocationQuotaReachedError.h