com.files.ResponseError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of files-sdk Show documentation
Show all versions of files-sdk Show documentation
The Files.com Java client library provides convenient access to the Files.com API from JVM based applications.
package com.files;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.HashMap;
public class ResponseError {
public String detail;
public String error;
public String[] errors;
@JsonProperty("http-code")
public int httpCode;
public String instance;
@JsonProperty("model_errors")
public HashMap modelErrors;
@JsonProperty("model_error_keys")
public HashMap modelErrorKeys;
public String title;
public String type;
public HashMap data;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy