FMIceLinkStunServerError Class Reference

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

Overview

500 Server Error. RFC5389. Indicates that the server has suffered a temporary error. The client should try again.

– getDescription

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

Discussion

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

Declared In

FMIceLinkStunServerError.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkStunServerError class.

Declared In

FMIceLinkStunServerError.h

– initWithMessage:

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

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunServerError class.

Declared In

FMIceLinkStunServerError.h

+ serverError

Initializes a new instance of the FMIceLinkStunServerError class.
+ (FMIceLinkStunServerError *)serverError

Discussion

Initializes a new instance of the FMIceLinkStunServerError class.

Declared In

FMIceLinkStunServerError.h

+ serverErrorWithMessage:

Initializes a new instance of the FMIceLinkStunServerError class.
+ (FMIceLinkStunServerError *)serverErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunServerError class.

Declared In

FMIceLinkStunServerError.h