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 *)getDescription

Discussion

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).

Declared In

FMIceLinkStunUnauthorizedStunError.h

– init

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.

Declared In

FMIceLinkStunUnauthorizedStunError.h

– initWithMessage:

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
- (instancetype)initWithMessage:(NSString *)message

Parameters

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 *)message

Parameters

nonce

The nonce attribute.

realm

The realm attribute.

message

The message

Discussion

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.

Declared In

FMIceLinkStunUnauthorizedStunError.h

– nonce

Gets the nonce attribute.
- (FMIceLinkStunNonceAttribute *)nonce

Discussion

Gets the nonce attribute.

Declared In

FMIceLinkStunUnauthorizedStunError.h

– realm

Gets the realm attribute.
- (FMIceLinkStunRealmAttribute *)realm

Discussion

Gets the realm attribute.

Declared In

FMIceLinkStunUnauthorizedStunError.h

+ unauthorizedStunError

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
+ (FMIceLinkStunUnauthorizedStunError *)unauthorizedStunError

Discussion

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.

Declared In

FMIceLinkStunUnauthorizedStunError.h

+ unauthorizedStunErrorWithMessage:

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.
+ (FMIceLinkStunUnauthorizedStunError *)unauthorizedStunErrorWithMessage:(NSString *)message

Parameters

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 *)message

Parameters

nonce

The nonce attribute.

realm

The realm attribute.

message

The message

Discussion

Initializes a new instance of the FMIceLinkStunUnauthorizedStunError class.

Declared In

FMIceLinkStunUnauthorizedStunError.h