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.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java