FMIceLinkWebSocketOpenFailureArgs Class Reference
| Inherits from | FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkWebSocketOpenFailureArgs.h FMIceLinkWebSocketOpenFailureArgs.m |
– exception
Gets the exception generated while connecting.
- (NSException *)exceptionDiscussion
Gets the exception generated while connecting.
Declared In
FMIceLinkWebSocketOpenFailureArgs.h
– openArgs
Gets the original arguments passed to the open method.
- (FMIceLinkWebSocketOpenArgs *)openArgsDiscussion
Gets the original arguments passed to the open method.
Declared In
FMIceLinkWebSocketOpenFailureArgs.h
– setException:
Sets the [exception](#//api/name/exception) generated while connecting.
- (void)setException:(NSException *)valueDiscussion
Sets the [exception](#//api/name/exception) generated while connecting.
Declared In
FMIceLinkWebSocketOpenFailureArgs.h
– setOpenArgs:
Sets the original arguments passed to the open method.
- (void)setOpenArgs:(FMIceLinkWebSocketOpenArgs *)valueDiscussion
Sets the original arguments passed to the open method.
Declared In
FMIceLinkWebSocketOpenFailureArgs.h
– setStatusCode:
Sets the status code associated with the failure to connect.
- (void)setStatusCode:(FMIceLinkWebSocketStatusCode)valueDiscussion
Sets the status code associated with the failure to connect.
Declared In
FMIceLinkWebSocketOpenFailureArgs.h
– statusCode
Gets the status code associated with the failure to connect.
- (FMIceLinkWebSocketStatusCode)statusCodeDiscussion
Gets the status code associated with the failure to connect.
Declared In
FMIceLinkWebSocketOpenFailureArgs.h