public final class InnerError extends Object
| Constructor and Description |
|---|
InnerError() |
| Modifier and Type | Method and Description |
|---|---|
String |
errordetail()
Get the errordetail property: The internal error message or exception dump.
|
String |
exceptiontype()
Get the exceptiontype property: The exception type.
|
void |
validate()
Validates the instance.
|
InnerError |
withErrordetail(String errordetail)
Set the errordetail property: The internal error message or exception dump.
|
InnerError |
withExceptiontype(String exceptiontype)
Set the exceptiontype property: The exception type.
|
public String exceptiontype()
public InnerError withExceptiontype(String exceptiontype)
exceptiontype - the exceptiontype value to set.public String errordetail()
public InnerError withErrordetail(String errordetail)
errordetail - the errordetail value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.