Is there a reference for BigQuery errors? -
i'm getting following error go google api client library (that part doesn't matter appears coming straight through http api):
post https://www.googleapis.com/bigquery/v2/projects/[project]/datasets/test/tables/blank2/insertall?alt=json: asn1: structure error: length large
i can't find in bigquery docs explaining error message.
what mean? , there reference somewhere explaining bigquery error messages?
is there reference bigquery errors?
yes:
https://cloud.google.com/bigquery/troubleshooting-errors
it doesn't cover "asn1 error" though: comes different layer. discovered, it's related .pem file parsing.
Comments
Post a Comment