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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java