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

com.indix.httpClient.impl.ErrorResponse Maven / Gradle / Ivy

package com.indix.httpClient.impl;

class ErrorResponse {

    private String message;

    public String getMessage(){
        return message;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy