Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ErrorProto |
ErrorProto.clone() |
ErrorProto |
JobList.Jobs.getErrorResult()
A result object that will be present only if the job has failed.
|
ErrorProto |
JobStatus.getErrorResult()
[Output-only] Final error result of the job.
|
ErrorProto |
ErrorProto.set(String fieldName,
Object value) |
ErrorProto |
ErrorProto.setDebugInfo(String debugInfo)
Debugging information.
|
ErrorProto |
ErrorProto.setLocation(String location)
Specifies where the error occurred, if present.
|
ErrorProto |
ErrorProto.setMessage(String message)
A human-readable description of the error.
|
ErrorProto |
ErrorProto.setReason(String reason)
A short error code that summarizes the error.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorProto> |
TableDataInsertAllResponse.InsertErrors.getErrors()
Error information for the row indicated by the index property.
|
List<ErrorProto> |
JobStatus.getErrors()
[Output-only] All errors encountered during the running of the job.
|
Modifier and Type | Method and Description |
---|---|
JobList.Jobs |
JobList.Jobs.setErrorResult(ErrorProto errorResult)
A result object that will be present only if the job has failed.
|
JobStatus |
JobStatus.setErrorResult(ErrorProto errorResult)
[Output-only] Final error result of the job.
|
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllResponse.InsertErrors |
TableDataInsertAllResponse.InsertErrors.setErrors(List<ErrorProto> errors)
Error information for the row indicated by the index property.
|
JobStatus |
JobStatus.setErrors(List<ErrorProto> errors)
[Output-only] All errors encountered during the running of the job.
|