FMIceLinkStunUnauthorizedStunError Class Reference
| Inherits from | FMIceLinkStunError : FMIceLinkError : NSObject |
|---|---|
| Declared in | FMIceLinkStunUnauthorizedStunError.h FMIceLinkStunUnauthorizedStunError.m |
Overview
401 Unauthorized. RFC5389. Indicates that the request did not contain the correct
credentials to proceed. The client should retry the request with proper credentials.
– getDescription
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
- (NSString *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
Declared In
FMIceLinkStunUnauthorizedStunError.h
– init
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
Declared In
FMIceLinkStunUnauthorizedStunError.h
– initWithMessage:
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
- (instancetype)initWithMessage:(NSString *)messageParameters
message |
The message. |
|---|
Discussion
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
Declared In
FMIceLinkStunUnauthorizedStunError.h
– initWithNonce:realm:message:
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
- (instancetype)initWithNonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realm message:(NSString *)messageDiscussion
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
Declared In
FMIceLinkStunUnauthorizedStunError.h
– nonce
Gets the nonce attribute.
- (FMIceLinkStunNonceAttribute *)nonceDiscussion
Gets the nonce attribute.
Declared In
FMIceLinkStunUnauthorizedStunError.h
– realm
Gets the realm attribute.
- (FMIceLinkStunRealmAttribute *)realmDiscussion
Gets the realm attribute.
Declared In
FMIceLinkStunUnauthorizedStunError.h
+ unauthorizedStunError
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
+ (FMIceLinkStunUnauthorizedStunError *)unauthorizedStunErrorDiscussion
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
Declared In
FMIceLinkStunUnauthorizedStunError.h
+ unauthorizedStunErrorWithMessage:
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
+ (FMIceLinkStunUnauthorizedStunError *)unauthorizedStunErrorWithMessage:(NSString *)messageParameters
message |
The message. |
|---|
Discussion
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
Declared In
FMIceLinkStunUnauthorizedStunError.h
+ unauthorizedStunErrorWithNonce:realm:message:
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
+ (FMIceLinkStunUnauthorizedStunError *)unauthorizedStunErrorWithNonce:(FMIceLinkStunNonceAttribute *)nonce realm:(FMIceLinkStunRealmAttribute *)realm message:(NSString *)messageDiscussion
Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
Declared In
FMIceLinkStunUnauthorizedStunError.h