FMIceLinkStunStaleCredentialsError Class Reference

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

Overview

430 Stale Credentials. The shared secret sent in the request is expired; the client should obtain a new shared secret.

– getDescription

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

Discussion

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

Declared In

FMIceLinkStunStaleCredentialsError.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.

Declared In

FMIceLinkStunStaleCredentialsError.h

– initWithMessage:

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

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.

Declared In

FMIceLinkStunStaleCredentialsError.h

+ staleCredentialsError

Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
+ (FMIceLinkStunStaleCredentialsError *)staleCredentialsError

Discussion

Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.

Declared In

FMIceLinkStunStaleCredentialsError.h

+ staleCredentialsErrorWithMessage:

Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
+ (FMIceLinkStunStaleCredentialsError *)staleCredentialsErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.

Declared In

FMIceLinkStunStaleCredentialsError.h