public method IConnectionStatus.getError

Brief

Gets the error on the last session status change

Declaration

protojavascriptjavacsharp
public getError() : IFXConnectLiteError

Returns

The method returns an object of type IFXConnectLiteError, which contains information about the specific error that occurred during the session status change

Details

See also: IFXConnectLiteError

Declared in IConnectionStatus

back