package com.hdl.sdk.connect.cloud; /** * Created by Tong on 2021/11/8. */ public interface BaseCallBack { void onError(HDLException e); }