
com.zerodhatech.ticker.OnError Maven / Gradle / Ivy
Go to download
Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform.
package com.zerodhatech.ticker;
import com.zerodhatech.kiteconnect.kitehttp.exceptions.KiteException;
/**
* Created by sujith on 11/21/17.
*/
public interface OnError {
public void onError(Exception exception);
public void onError(KiteException kiteException);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy