FMIceLinkWebSocketOpenFailureArgs Class Reference

Inherits from FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkWebSocketOpenFailureArgs.h
FMIceLinkWebSocketOpenFailureArgs.m

Overview

Arguments for FMIceLinkWebSocketOpenArgs#onFailure.

– exception

Gets the exception generated while connecting.
- (NSException *)exception

Discussion

Gets the exception generated while connecting.

Declared In

FMIceLinkWebSocketOpenFailureArgs.h

– init

- (instancetype)init

Declared In

FMIceLinkSerializable.h

– openArgs

Gets the original arguments passed to the open method.
- (FMIceLinkWebSocketOpenArgs *)openArgs

Discussion

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 *)value

Discussion

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 *)value

Discussion

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)value

Discussion

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)statusCode

Discussion

Gets the status code associated with the failure to connect.

Declared In

FMIceLinkWebSocketOpenFailureArgs.h