FMIceLinkStunTurnForbiddenError Class Reference
| Inherits from | FMIceLinkStunError : FMIceLinkError : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTurnForbiddenError.h FMIceLinkStunTurnForbiddenError.m  | 
Overview
403 Forbidden. RFC 5766. 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 MAY notify the user or operator and SHOULD NOT retry the
same request with this server until it believes the problem has been fixed.
					+ forbiddenError
	
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			+ (FMIceLinkStunTurnForbiddenError *)forbiddenErrorDiscussion
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			Declared In
FMIceLinkStunTurnForbiddenError.h
+ forbiddenErrorWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			+ (FMIceLinkStunTurnForbiddenError *)forbiddenErrorWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			Declared In
FMIceLinkStunTurnForbiddenError.h
– getDescription
	
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			- (NSString *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			Declared In
FMIceLinkStunTurnForbiddenError.h
– init
	
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			Declared In
FMIceLinkStunTurnForbiddenError.h
– initWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			- (instancetype)initWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnForbiddenError class.
			Declared In
FMIceLinkStunTurnForbiddenError.h