public class JobException extends RuntimeException
Modifier and Type | Method and Description |
---|---|
List<BigQueryError> |
getErrors()
The errors reported by the job.
|
JobId |
getId()
The ID for the failed job.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobId getId()
public List<BigQueryError> getErrors()
The list is immutable.
Copyright © 2019 Google LLC. All rights reserved.