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

us.careydevelopment.util.api.model.ErrorResponse Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package us.careydevelopment.util.api.model;

public interface ErrorResponse {

    public Object getBody();
    public int getStatusCode(); 

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy