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 *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
Declared In
FMIceLinkStunStaleCredentialsError.h
– init
Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
Declared In
FMIceLinkStunStaleCredentialsError.h
– initWithMessage:
Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
- (instancetype)initWithMessage:(NSString *)messageParameters
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 *)staleCredentialsErrorDiscussion
Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
Declared In
FMIceLinkStunStaleCredentialsError.h
+ staleCredentialsErrorWithMessage:
Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
+ (FMIceLinkStunStaleCredentialsError *)staleCredentialsErrorWithMessage:(NSString *)messageParameters
message |
The message. |
|---|
Discussion
Initializes a new instance of the FMIceLinkStunStaleCredentialsError class.
Declared In
FMIceLinkStunStaleCredentialsError.h