| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorProto |
ErrorProto.clone() |
ErrorProto |
ErrorProto.set(String fieldName,
Object value) |
ErrorProto |
ErrorProto.setArgument(List<String> argument)
Error arguments, to be used when building user-friendly error messages given the error domain
and code.
|
ErrorProto |
ErrorProto.setCode(String code)
Error code in the error domain.
|
ErrorProto |
ErrorProto.setDebugInfo(String debugInfo)
Debugging information, which should not be shared externally.
|
ErrorProto |
ErrorProto.setDomain(String domain)
Error domain.
|
ErrorProto |
ErrorProto.setExternalErrorMessage(String externalErrorMessage)
A short explanation for the error, which can be shared outside Google.
|
ErrorProto |
ErrorProto.setLocation(String location)
Location of the error, as specified by the location type.
|
ErrorProto |
ErrorProto.setLocationType(String locationType) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorProto> |
Errors.getError()
Specific error description and codes
|
| Modifier and Type | Method and Description |
|---|---|
Errors |
Errors.setError(List<ErrorProto> error)
Specific error description and codes
|
Copyright © 2011–2019 Google. All rights reserved.