| Modifier and Type | Method and Description |
|---|---|
InnerError |
ApiError.innererror()
Get the Api inner error.
|
InnerError |
InnerError.withErrordetail(String errordetail)
Set the internal error message or exception dump.
|
InnerError |
InnerError.withExceptiontype(String exceptiontype)
Set the exception type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiError |
ApiError.withInnererror(InnerError innererror)
Set the Api inner error.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/