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

com.sflpro.identity.api.common.dtos.ApiError Maven / Gradle / Ivy

There is a newer version: 0.4.5
Show newest version
package com.sflpro.identity.api.common.dtos;

import javax.ws.rs.core.Response;
import java.io.Serializable;

/**
 * Company: SFL LLC
 * Created on 15/02/2018
 *
 * @author Davit Harutyunyan
 */
public interface ApiError extends Serializable {
    String getDefaultMessage();

    Response.Status getResponseHttpStatus();

    long getErrorCode();

    Class getExceptionClass();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy