FMIceLinkStunTurnWrongCredentialsError Class Reference

Inherits from FMIceLinkStunError : FMIceLinkError : NSObject
Declared in FMIceLinkStunTurnWrongCredentialsError.h
FMIceLinkStunTurnWrongCredentialsError.m

Overview

441 Wrong Credentials. RFC 5766. Indicates that wrong credential were used by the client. The client should not receive this error in response to an Allocate request. 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.

– getDescription

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
- (NSString *)getDescription

Discussion

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

Declared In

FMIceLinkStunTurnWrongCredentialsError.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkStunTurnWrongCredentialsError class.

Declared In

FMIceLinkStunTurnWrongCredentialsError.h

– initWithMessage:

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

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnWrongCredentialsError class.

Declared In

FMIceLinkStunTurnWrongCredentialsError.h

+ wrongCredentialsError

Initializes a new instance of the FMIceLinkStunTurnWrongCredentialsError class.
+ (FMIceLinkStunTurnWrongCredentialsError *)wrongCredentialsError

Discussion

Initializes a new instance of the FMIceLinkStunTurnWrongCredentialsError class.

Declared In

FMIceLinkStunTurnWrongCredentialsError.h

+ wrongCredentialsErrorWithMessage:

Initializes a new instance of the FMIceLinkStunTurnWrongCredentialsError class.
+ (FMIceLinkStunTurnWrongCredentialsError *)wrongCredentialsErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnWrongCredentialsError class.

Declared In

FMIceLinkStunTurnWrongCredentialsError.h