FMIceLinkStunStaleNonceError Class Reference
| Inherits from | FMIceLinkStunError : FMIceLinkError : NSObject | 
|---|---|
| Declared in | FMIceLinkStunStaleNonceError.h FMIceLinkStunStaleNonceError.m  | 
Overview
438 Stale Nonce. RFC5389. Indicates that the NONCE used by the client was no longer valid. The client should retry, using the
NONCE provided in the response.
					– getDescription
	
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			- (NSString *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			Declared In
FMIceLinkStunStaleNonceError.h
– init
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h
– initWithMessage:
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			- (instancetype)initWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h
– initWithMessage:nonce:realm:
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			- (instancetype)initWithMessage:(NSString *)message nonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realmDiscussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h
– initWithNonce:realm:
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			- (instancetype)initWithNonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realmDiscussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h
– nonce
	
Gets the nonce attribute.
			- (FMIceLinkStunNonceAttribute *)nonceDiscussion
Gets the nonce attribute.
			Declared In
FMIceLinkStunStaleNonceError.h
– realm
	
Gets the realm attribute.
			- (FMIceLinkStunRealmAttribute *)realmDiscussion
Gets the realm attribute.
			Declared In
FMIceLinkStunStaleNonceError.h
+ staleNonceError
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			+ (FMIceLinkStunStaleNonceError *)staleNonceErrorDiscussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h
+ staleNonceErrorWithMessage:
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			+ (FMIceLinkStunStaleNonceError *)staleNonceErrorWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h
+ staleNonceErrorWithMessage:nonce:realm:
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			+ (FMIceLinkStunStaleNonceError *)staleNonceErrorWithMessage:(NSString *)message nonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realmDiscussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h
+ staleNonceErrorWithNonce:realm:
	
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			+ (FMIceLinkStunStaleNonceError *)staleNonceErrorWithNonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realmDiscussion
Initializes a new instance of the FMIceLinkStunStaleNonceError class.
			Declared In
FMIceLinkStunStaleNonceError.h