508 Insufficient Capacity. More...
Instance Methods | |
(NSString *) | - getDescription |
Gets the description for this FMLiveSwitchStunError. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchStunTurnInsufficientCapacityError class. More... | |
(instancetype) | - initWithMessage: |
Initializes a new instance of the FMLiveSwitchStunTurnInsufficientCapacityError class. More... | |
Instance Methods inherited from FMLiveSwitchStunError | |
(instancetype) | - initWithCode:message: |
Initializes a new instance of the FMLiveSwitchStunError class. More... | |
(int) | - stunCode |
Gets the STUN code. More... | |
(int) | - stunErrorCode |
Gets the STUN code. More... | |
Instance Methods inherited from FMLiveSwitchError | |
(FMLiveSwitchErrorCode) | - code |
Gets the code. More... | |
(int) | - codeValue |
Gets the code. More... | |
(NSString *) | - description |
Returns the string representation of this error. More... | |
(FMLiveSwitchErrorCode) | - errorCode |
Gets the code. More... | |
(NSException *) | - exception |
Gets the exception. More... | |
(instancetype) | - initWithCode:exception: |
Initializes a new instance of the FMLiveSwitchError class. More... | |
(NSString *) | - message |
Gets the message. More... | |
(void) | - setCode: |
Sets the code. More... | |
(void) | - setCodeValue: |
Sets the code. More... | |
(void) | - setErrorCode: |
Sets the code. More... | |
(void) | - setException: |
Sets the exception. More... | |
(void) | - setMessage: |
Sets the message. More... | |
(NSString *) | - toJson |
Serializes this instance to JSON. More... | |
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.
- (NSString*) getDescription |
Gets the description for this FMLiveSwitchStunError.
Implements FMLiveSwitchError.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchStunTurnInsufficientCapacityError class.
Implements FMLiveSwitchError.
- (instancetype) initWithMessage: | (NSString *) | message |
Initializes a new instance of the FMLiveSwitchStunTurnInsufficientCapacityError class.
message | The message. |
+ (FMLiveSwitchStunTurnInsufficientCapacityError*) insufficientCapacityError |
Initializes a new instance of the FMLiveSwitchStunTurnInsufficientCapacityError class.
+ (FMLiveSwitchStunTurnInsufficientCapacityError*) insufficientCapacityErrorWithMessage: | (NSString *) | message |
Initializes a new instance of the FMLiveSwitchStunTurnInsufficientCapacityError class.
message | The message. |