Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
ErrorInfo.clone() |
ErrorInfo |
Operation.Error.Errors.ErrorDetails.getErrorInfo() |
ErrorInfo |
ResourceUpdate.Error.Errors.ErrorDetails.getErrorInfo() |
ErrorInfo |
ErrorInfo.set(String fieldName,
Object value) |
ErrorInfo |
ErrorInfo.setDomain(String domain)
The logical grouping to which the "reason" belongs.
|
ErrorInfo |
ErrorInfo.setMetadata(Map<String,String> metadata)
Additional structured details about this error.
|
ErrorInfo |
ErrorInfo.setReason(String reason)
The reason of the error.
|
Modifier and Type | Method and Description |
---|---|
Operation.Error.Errors.ErrorDetails |
Operation.Error.Errors.ErrorDetails.setErrorInfo(ErrorInfo errorInfo) |
ResourceUpdate.Error.Errors.ErrorDetails |
ResourceUpdate.Error.Errors.ErrorDetails.setErrorInfo(ErrorInfo errorInfo) |
Copyright © 2011–2024 Google. All rights reserved.