public class LiveStreamProcessErrorInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LiveStreamProcessErrorInfo() | 
| LiveStreamProcessErrorInfo(LiveStreamProcessErrorInfo 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 | 
|---|---|
| Long | getErrCode()Get Error code:
0: No error;
If this parameter is not 0, an error has occurred. | 
| String | getMessage()Get Error message. | 
| void | setErrCode(Long ErrCode)Set Error code:
0: No error;
If this parameter is not 0, an error has occurred. | 
| void | setMessage(String Message)Set Error message. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LiveStreamProcessErrorInfo()
public LiveStreamProcessErrorInfo(LiveStreamProcessErrorInfo source)
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - Error code:
public String getMessage()
public void setMessage(String Message)
Message - Error message.Copyright © 2025. All rights reserved.