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

com.qiniu.http.Error Maven / Gradle / Ivy

There is a newer version: 7.17.0
Show newest version
package com.qiniu.http;

/**
 * 七牛业务请求逻辑错误封装类,主要用来解析API请求返回如下的内容:
 * 
 *     {"error" : "detailed error message"}
 * 
*/ public final class Error { public String error; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy