All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tosan.client.http.starter.impl.feign.exception.TosanWebServiceBaseException Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.tosan.client.http.starter.impl.feign.exception;

import java.util.Map;

/**
 * @author Ali Alimohammadi
 * @since 5/10/2021
 */
public interface TosanWebServiceBaseException {

    String getErrorType();

    String getErrorCode();

    String getMessage();

    Map getErrorParam();

    TosanWebServiceBaseException addErrorParam(String key, Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy