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

io.github.icusystem.icu_connect.api_icu.ResponseError Maven / Gradle / Ivy

The newest version!
package io.github.icusystem.icu_connect.api_icu;

public class ResponseError {

    public int Code;
    public String Data;

    public ResponseError(int code, String data){
        this.Code = code;
        this.Data = data;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy