InnerError 类
定义
Inner error details.
public class InnerError
- 继承
-
java.lang.ObjectInnerError
方法
errordetail() |
Get the errordetail value.
|
exceptiontype() |
Get the exceptiontype value.
|
withErrordetail(String errordetail) |
Set the errordetail value.
|
withExceptiontype(String exceptiontype) |
Set the exceptiontype value.
|