FMIceLinkStunTurnInsufficientCapacityError Class Reference

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

Overview

508 Insufficient Capacity. The server has no more relayed transport addresses available, or has none with the requested properties, or the one that was reserved is no longer available. The client considers the current operation as having failed. If the client is using either the EVEN-PORT or the RESERVATION-TOKEN attribute, then the client MAY choose to remove or modify this attribute and try again immediately. Otherwise, the client SHOULD wait at least 1 minute before trying to create any more allocations on this server.

– getDescription

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

Discussion

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

Declared In

FMIceLinkStunTurnInsufficientCapacityError.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkStunTurnInsufficientCapacityError class.

Declared In

FMIceLinkStunTurnInsufficientCapacityError.h

– initWithMessage:

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

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnInsufficientCapacityError class.

Declared In

FMIceLinkStunTurnInsufficientCapacityError.h

+ insufficientCapacityError

Initializes a new instance of the FMIceLinkStunTurnInsufficientCapacityError class.
+ (FMIceLinkStunTurnInsufficientCapacityError *)insufficientCapacityError

Discussion

Initializes a new instance of the FMIceLinkStunTurnInsufficientCapacityError class.

Declared In

FMIceLinkStunTurnInsufficientCapacityError.h

+ insufficientCapacityErrorWithMessage:

Initializes a new instance of the FMIceLinkStunTurnInsufficientCapacityError class.
+ (FMIceLinkStunTurnInsufficientCapacityError *)insufficientCapacityErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnInsufficientCapacityError class.

Declared In

FMIceLinkStunTurnInsufficientCapacityError.h