public class ErrorInfo extends AbstractModel
Constructor and Description |
---|
ErrorInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorLog()
Get Specific error log, including error code and error message
|
String |
getHelpDoc()
Get Help document URL corresponding to error
|
void |
setErrorLog(String ErrorLog)
Set Specific error log, including error code and error message
|
void |
setHelpDoc(String HelpDoc)
Set Help document URL corresponding to error
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getErrorLog()
public void setErrorLog(String ErrorLog)
ErrorLog
- Specific error log, including error code and error messagepublic String getHelpDoc()
public void setHelpDoc(String HelpDoc)
HelpDoc
- Help document URL corresponding to errorCopyright © 2020. All rights reserved.