FMIceLinkStunBadRequestError Class Reference
| Inherits from | FMIceLinkStunError : FMIceLinkError : NSObject |
|---|---|
| Declared in | FMIceLinkStunBadRequestError.h FMIceLinkStunBadRequestError.m |
Overview
The request was malformed. The client SHOULD NOT
retry the request without modification from the previous
attempt. The server may not be able to generate a valid
MESSAGE-INTEGRITY for this error, so the client MUST NOT expect
a valid MESSAGE-INTEGRITY attribute on this response.
+ badRequestError
Initializes a new instance of the FMIceLinkStunBadRequestError class.
+ (FMIceLinkStunBadRequestError *)badRequestErrorDiscussion
Initializes a new instance of the FMIceLinkStunBadRequestError class.
Declared In
FMIceLinkStunBadRequestError.h
+ badRequestErrorWithMessage:
Initializes a new instance of the FMIceLinkStunBadRequestError class.
+ (FMIceLinkStunBadRequestError *)badRequestErrorWithMessage:(NSString *)messageParameters
message |
The message. |
|---|
Discussion
Initializes a new instance of the FMIceLinkStunBadRequestError class.
Declared In
FMIceLinkStunBadRequestError.h
– getDescription
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
- (NSString *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
Declared In
FMIceLinkStunBadRequestError.h
– init
Initializes a new instance of the FMIceLinkStunBadRequestError class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunBadRequestError class.
Declared In
FMIceLinkStunBadRequestError.h
– initWithMessage:
Initializes a new instance of the FMIceLinkStunBadRequestError class.
- (instancetype)initWithMessage:(NSString *)messageParameters
message |
The message. |
|---|
Discussion
Initializes a new instance of the FMIceLinkStunBadRequestError class.
Declared In
FMIceLinkStunBadRequestError.h