FMIceLinkStunTurnMobilityForbiddenError Class Reference
| Inherits from | FMIceLinkStunError : FMIceLinkError : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTurnMobilityForbiddenError.h FMIceLinkStunTurnMobilityForbiddenError.m  | 
Overview
405 Mobility Forbidden. RFC 8016. Indicates that the request is valid, but the server is refusing to perform it,
likely due to administrative restrictions. The client considers the current transaction as having failed.
The client can notify the user or operator.  The client SHOULD NOT retry sending the Allocate request
containing the MOBILITY-TICKET with this server until it believes the problem has been fixed.
					– getDescription
	
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			- (NSString *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			Declared In
FMIceLinkStunTurnMobilityForbiddenError.h
– init
	
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			Declared In
FMIceLinkStunTurnMobilityForbiddenError.h
– initWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			- (instancetype)initWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			Declared In
FMIceLinkStunTurnMobilityForbiddenError.h
+ mobilityForbiddenError
	
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			+ (FMIceLinkStunTurnMobilityForbiddenError *)mobilityForbiddenErrorDiscussion
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			Declared In
FMIceLinkStunTurnMobilityForbiddenError.h
+ mobilityForbiddenErrorWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			+ (FMIceLinkStunTurnMobilityForbiddenError *)mobilityForbiddenErrorWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnMobilityForbiddenError class.
			Declared In
FMIceLinkStunTurnMobilityForbiddenError.h