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

co.fusionx.spotify.model.Error Maven / Gradle / Ivy

The newest version!
package co.fusionx.spotify.model;

public interface Error {

    public int getStatus();

    public String getMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy