001package com.aispeech.dui.dds;
002
003
004import org.json.JSONObject;
005
006public interface DDSErrorListener {
007    void onError(int code, JSONObject obj);
008}