FMLiveSwitchStunUnauthorizedStunError Class Reference

401 Unauthorized. More...

Instance Methods

(NSString *) - getDescription
 Gets the description for this FMLiveSwitchStunError. More...
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class. More...
 
(instancetype) - initWithMessage:
 Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class. More...
 
(instancetype) - initWithNonce:realm:message:
 Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class. More...
 
(FMLiveSwitchStunNonceAttribute *) - nonce
 Gets the nonce attribute. More...
 
(FMLiveSwitchStunRealmAttribute *) - realm
 Gets the realm attribute. More...
 
- Instance Methods inherited from FMLiveSwitchStunError
(instancetype) - initWithCode:message:
 Initializes a new instance of the FMLiveSwitchStunError class. More...
 
(int) - stunCode
 Gets the STUN code. More...
 
(int) - stunErrorCode
 Gets the STUN code. More...
 
- Instance Methods inherited from FMLiveSwitchError
(FMLiveSwitchErrorCode) - code
 Gets the code. More...
 
(int) - codeValue
 Gets the code. More...
 
(NSString *) - description
 Returns the string representation of this error. More...
 
(FMLiveSwitchErrorCode) - errorCode
 Gets the code. More...
 
(NSException *) - exception
 Gets the exception. More...
 
(instancetype) - initWithCode:exception:
 Initializes a new instance of the FMLiveSwitchError class. More...
 
(NSString *) - message
 Gets the message. More...
 
(void) - setCode:
 Sets the code. More...
 
(void) - setCodeValue:
 Sets the code. More...
 
(void) - setErrorCode:
 Sets the code. More...
 
(void) - setException:
 Sets the exception. More...
 
(void) - setMessage:
 Sets the message. More...
 
(NSString *) - toJson
 Serializes this instance to JSON. More...
 

Class Methods

(FMLiveSwitchStunUnauthorizedStunError *) + unauthorizedStunError
 Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class. More...
 
(FMLiveSwitchStunUnauthorizedStunError *) + unauthorizedStunErrorWithMessage:
 Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class. More...
 
(FMLiveSwitchStunUnauthorizedStunError *) + unauthorizedStunErrorWithNonce:realm:message:
 Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class. More...
 
- Class Methods inherited from FMLiveSwitchStunError
(FMLiveSwitchError *) + createStunErrorWithCode:message:
 Creates error for the given error code and with a given message. More...
 
(FMLiveSwitchStunError *) + errorWithCode:message:
 Initializes a new instance of the FMLiveSwitchStunError class. More...
 
- Class Methods inherited from FMLiveSwitchError
(FMLiveSwitchError *) + error
 Initializes a new instance of the FMLiveSwitchError class. More...
 
(FMLiveSwitchError *) + errorWithCode:exception:
 Initializes a new instance of the FMLiveSwitchError class. More...
 
(FMLiveSwitchError *) + fromJsonWithErrorJson:
 Deserializes an instance from JSON. More...
 
(NSString *) + toJsonWithError:
 Serializes an instance to JSON. More...
 

Detailed Description

401 Unauthorized.

RFC5389. Indicates that the request did not contain the correct credentials to proceed. The client should retry the request with proper credentials.

Method Documentation

◆ getDescription

- (NSString*) getDescription

Gets the description for this FMLiveSwitchStunError.

Implements FMLiveSwitchError.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class.

Implements FMLiveSwitchError.

◆ initWithMessage:

- (instancetype) initWithMessage: (NSString *)  message

Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class.

Parameters
messageThe message.

◆ initWithNonce:realm:message:

- (instancetype) initWithNonce: (FMLiveSwitchStunNonceAttribute *)  nonce
realm: (FMLiveSwitchStunRealmAttribute *)  realm
message: (NSString *)  message 

Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class.

Parameters
nonceThe nonce attribute.
realmThe realm attribute.
messageThe message

◆ nonce

Gets the nonce attribute.

◆ realm

Gets the realm attribute.

◆ unauthorizedStunError

+ (FMLiveSwitchStunUnauthorizedStunError*) unauthorizedStunError

Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class.

◆ unauthorizedStunErrorWithMessage:

+ (FMLiveSwitchStunUnauthorizedStunError*) unauthorizedStunErrorWithMessage: (NSString *)  message

Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class.

Parameters
messageThe message.

◆ unauthorizedStunErrorWithNonce:realm:message:

+ (FMLiveSwitchStunUnauthorizedStunError*) unauthorizedStunErrorWithNonce: (FMLiveSwitchStunNonceAttribute *)  nonce
realm: (FMLiveSwitchStunRealmAttribute *)  realm
message: (NSString *)  message 

Initializes a new instance of the FMLiveSwitchStunUnauthorizedStunError class.

Parameters
nonceThe nonce attribute.
realmThe realm attribute.
messageThe message