| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
OperationError |
OperationError.clone() |
OperationError |
Backup.getError()
Output only.
|
OperationError |
BackupRun.getError()
Information about why the backup operation failed.
|
OperationError |
OperationError.set(String fieldName,
Object value) |
OperationError |
OperationError.setCode(String code)
Identifies the specific error that occurred.
|
OperationError |
OperationError.setKind(String kind)
This is always `sql#operationError`.
|
OperationError |
OperationError.setMessage(String message)
Additional information about the error encountered.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationError> |
OperationErrors.getErrors()
The list of errors encountered while processing this operation.
|
| Modifier and Type | Method and Description |
|---|---|
Backup |
Backup.setError(OperationError error)
Output only.
|
BackupRun |
BackupRun.setError(OperationError error)
Information about why the backup operation failed.
|
| Modifier and Type | Method and Description |
|---|---|
OperationErrors |
OperationErrors.setErrors(List<OperationError> errors)
The list of errors encountered while processing this operation.
|
Copyright © 2011–2025 Google. All rights reserved.