Class InnerError
java.lang.Object
com.microsoft.azure.management.compute.InnerError
Inner error details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the internal error message or exception dump.Get the exception type.withErrordetail
(String errordetail) Set the internal error message or exception dump.withExceptiontype
(String exceptiontype) Set the exception type.
-
Constructor Details
-
InnerError
public InnerError()
-
-
Method Details
-
exceptiontype
Get the exception type.- Returns:
- the exceptiontype value
-
withExceptiontype
Set the exception type.- Parameters:
exceptiontype
- the exceptiontype value to set- Returns:
- the InnerError object itself.
-
errordetail
Get the internal error message or exception dump.- Returns:
- the errordetail value
-
withErrordetail
Set the internal error message or exception dump.- Parameters:
errordetail
- the errordetail value to set- Returns:
- the InnerError object itself.
-