420 Unknown Attribute. More...
Instance Methods | |
(NSString *) | - getDescription |
Gets the description for this FMLiveSwitchStunError. More... | |
(instancetype) | - initWithMessage:unknownAttributes: |
Initializes a new instance of the FMLiveSwitchStunUnknownAttributeError class. More... | |
(instancetype) | - initWithUnknownAttributes: |
Initializes a new instance of the FMLiveSwitchStunUnknownAttributeError class. More... | |
(FMLiveSwitchStunUnknownAttributesAttribute *) | - unknownAttributes |
Gets the unknown attributes 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) | - init |
Initializes a new instance of the FMLiveSwitchError class. 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... | |
420 Unknown Attribute.
RFC5389. Indicates that the server received a STUN packet containing a comprehension-required attribute that it did not understand. The server MUST put this unknown attribute in the UNKNOWN-ATTRIBUTE attribute of its error response.
- (NSString*) getDescription |
Gets the description for this FMLiveSwitchStunError.
Implements FMLiveSwitchError.
- (instancetype) initWithMessage: | (NSString *) | message | |
unknownAttributes: | (FMLiveSwitchStunUnknownAttributesAttribute *) | unknownAttributes | |
Initializes a new instance of the FMLiveSwitchStunUnknownAttributeError class.
message | The message. |
unknownAttributes | The unknown attributes attribute. |
- (instancetype) initWithUnknownAttributes: | (FMLiveSwitchStunUnknownAttributesAttribute *) | unknownAttributes |
Initializes a new instance of the FMLiveSwitchStunUnknownAttributeError class.
unknownAttributes | The unknown attributes attribute. |
+ (FMLiveSwitchStunUnknownAttributeError*) unknownAttributeErrorWithMessage: | (NSString *) | message | |
unknownAttributes: | (FMLiveSwitchStunUnknownAttributesAttribute *) | unknownAttributes | |
Initializes a new instance of the FMLiveSwitchStunUnknownAttributeError class.
message | The message. |
unknownAttributes | The unknown attributes attribute. |
+ (FMLiveSwitchStunUnknownAttributeError*) unknownAttributeErrorWithUnknownAttributes: | (FMLiveSwitchStunUnknownAttributesAttribute *) | unknownAttributes |
Initializes a new instance of the FMLiveSwitchStunUnknownAttributeError class.
unknownAttributes | The unknown attributes attribute. |
- (FMLiveSwitchStunUnknownAttributesAttribute*) unknownAttributes |
Gets the unknown attributes attribute.