com.aliyun.datahub.model.serialize.ErrorParser Maven / Gradle / Ivy
package com.aliyun.datahub.model.serialize;
import com.aliyun.datahub.common.transport.Response;
import com.aliyun.datahub.exception.DatahubClientException;
public interface ErrorParser {
public DatahubClientException parse(Response response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy