com.qiniu.http.Error Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qiniu-java-sdk Show documentation
Show all versions of qiniu-java-sdk Show documentation
Qiniu Cloud Storage SDK for Java
package com.qiniu.http;
/**
* 七牛业务请求逻辑错误封装类,主要用来解析API请求返回如下的内容:
*
* {"error" : "detailed error message"}
*
*/
public final class Error {
public String error;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy