The request was malformed. More...
Instance Methods | |
| (NSString *) | - getDescription |
| Gets the description for this FMLiveSwitchStunError. More... | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchStunBadRequestError class. More... | |
| (instancetype) | - initWithMessage: |
| Initializes a new instance of the FMLiveSwitchStunBadRequestError class. 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... | |
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.
| + (FMLiveSwitchStunBadRequestError*) badRequestError |
Initializes a new instance of the FMLiveSwitchStunBadRequestError class.
| + (FMLiveSwitchStunBadRequestError*) badRequestErrorWithMessage: | (NSString *) | message |
Initializes a new instance of the FMLiveSwitchStunBadRequestError class.
| message | The message. |
| - (NSString*) getDescription |
Gets the description for this FMLiveSwitchStunError.
Implements FMLiveSwitchError.
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchStunBadRequestError class.
Implements FMLiveSwitchError.
| - (instancetype) initWithMessage: | (NSString *) | message |
Initializes a new instance of the FMLiveSwitchStunBadRequestError class.
| message | The message. |