| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
OperationError |
OperationError.clone() |
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 |
|---|---|
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–2019 Google. All rights reserved.