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

Discussion

Initializes a new instance of the FMIceLinkStunBadRequestError class.

Declared In

FMIceLinkStunBadRequestError.h

+ badRequestErrorWithMessage:

Initializes a new instance of the FMIceLinkStunBadRequestError class.
+ (FMIceLinkStunBadRequestError *)badRequestErrorWithMessage:(NSString *)message

Parameters

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

Discussion

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

Declared In

FMIceLinkStunBadRequestError.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkStunBadRequestError class.

Declared In

FMIceLinkStunBadRequestError.h

– initWithMessage:

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

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunBadRequestError class.

Declared In

FMIceLinkStunBadRequestError.h