FMIceLinkWebSocketStreamFailureArgs Class Reference
| Inherits from | FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkWebSocketStreamFailureArgs.h FMIceLinkWebSocketStreamFailureArgs.m  | 
– exception
	
Gets the exception generated by the active connection.
			- (NSException *)exceptionDiscussion
Gets the exception generated by the active connection.
			Declared In
FMIceLinkWebSocketStreamFailureArgs.h
– openArgs
	
Gets the original arguments passed to the open method.
			- (FMIceLinkWebSocketOpenArgs *)openArgsDiscussion
Gets the original arguments passed to the open method.
			Declared In
FMIceLinkWebSocketStreamFailureArgs.h
– setException:
	
Sets the [exception](#//api/name/exception) generated by the active connection.
			- (void)setException:(NSException *)valueDiscussion
Sets the [exception](#//api/name/exception) generated by the active connection.
			Declared In
FMIceLinkWebSocketStreamFailureArgs.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
FMIceLinkWebSocketStreamFailureArgs.h
– setStatusCode:
	
Sets the status code associated with the stream failure.
			- (void)setStatusCode:(FMIceLinkWebSocketStatusCode)valueDiscussion
Sets the status code associated with the stream failure.
			Declared In
FMIceLinkWebSocketStreamFailureArgs.h
– statusCode
	
Gets the status code associated with the stream failure.
			- (FMIceLinkWebSocketStatusCode)statusCodeDiscussion
Gets the status code associated with the stream failure.
			Declared In
FMIceLinkWebSocketStreamFailureArgs.h