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

com.volcengine.model.acep.v20231030.ResponseResponseError Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.acep.v20231030;


import com.alibaba.fastjson.JSON;

/**
 * ResponseResponseError
 */
@lombok.Data
public final class ResponseResponseError  {

    /**
     * 

状态消息

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Code") private String code; /** *

错误码

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CodeN") private Integer codeN; /** *

具体的错误描述信息

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Message") private String message; /** *

返回对应的中文错误信息

*/ @com.alibaba.fastjson.annotation.JSONField(name = "BusinessText") private String businessText; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy