你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InnerError Class
- java.
lang. Object - com.
microsoft. azure. management. compute. InnerError
- com.
public class InnerError
Inner error details.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
errordetail()
Get the errordetail value. |
String |
exceptiontype()
Get the exceptiontype value. |
Inner |
withErrordetail(String errordetail)
Set the errordetail value. |
Inner |
withExceptiontype(String exceptiontype)
Set the exceptiontype value. |
Method Details
errordetail
public String errordetail()
Get the errordetail value.
Returns:
the errordetail value
exceptiontype
public String exceptiontype()
Get the exceptiontype value.
Returns:
the exceptiontype value
withErrordetail
public InnerError withErrordetail(String errordetail)
Set the errordetail value.
Parameters:
errordetail
- the errordetail value to set
Returns:
the InnerError object itself.
withExceptiontype
public InnerError withExceptiontype(String exceptiontype)
Set the exceptiontype value.
Parameters:
exceptiontype
- the exceptiontype value to set
Returns:
the InnerError object itself.