Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Error |
Error.clone() |
Error |
Error.set(String fieldName,
Object value) |
Error |
Error.setDomain(String domain)
The domain of the error.
|
Error |
Error.setMessage(String message)
A description of the error.
|
Error |
Error.setReason(String reason)
The error code.
|
Modifier and Type | Method and Description |
---|---|
List<Error> |
Errors.getErrors()
A list of errors.
|
Modifier and Type | Method and Description |
---|---|
Errors |
Errors.setErrors(List<Error> errors)
A list of errors.
|
Copyright © 2011–2024 Google. All rights reserved.