public method IPriceHistoryManagerCallback.onError

Brief

Is executed on fail

Declaration

protojavascriptjavacsharp
public onError(error : IFXConnectLiteError) : void

Parameters
error

An error or exception that occurred during the execution of the 'getPrices' method of the 'IpriceHistoryManager’ interface

Details

See also: IFXConnectLiteError

Declared in IPriceHistoryManagerCallback

back