public class ErrorInfoItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ErrorInfoItem()  | 
ErrorInfoItem(ErrorInfoItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCode()
Get Error code
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getErrorLog()
Get Error log
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getHelpDoc()
Get Help document
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSolution()
Get Solution
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCode(String Code)
Set Error code
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setErrorLog(String ErrorLog)
Set Error log
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHelpDoc(String HelpDoc)
Set Help document
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSolution(String Solution)
Set Solution
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ErrorInfoItem()
public ErrorInfoItem(ErrorInfoItem source)
public String getCode()
public void setCode(String Code)
Code - Error code
Note: This field may return null, indicating that no valid values can be obtained.public String getSolution()
public void setSolution(String Solution)
Solution - Solution
Note: This field may return null, indicating that no valid values can be obtained.public String getErrorLog()
public void setErrorLog(String ErrorLog)
ErrorLog - Error log
Note: This field may return null, indicating that no valid values can be obtained.public String getHelpDoc()
public void setHelpDoc(String HelpDoc)
HelpDoc - Help document
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.