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 错误码:
0表示没有错误;
非0表示错误,请参考 Message 错误信息。 | 
| String | getMessage()Get 错误信息。 | 
| void | setErrCode(Long ErrCode)Set 错误码:
0表示没有错误;
非0表示错误,请参考 Message 错误信息。 | 
| void | setMessage(String Message)Set 错误信息。 | 
| 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 LiveStreamProcessErrorInfo()
public LiveStreamProcessErrorInfo(LiveStreamProcessErrorInfo source)
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - 错误码:
public String getMessage()
public void setMessage(String Message)
Message - 错误信息。Copyright © 2025. All rights reserved.