bulkErrorCode property
Error code for the entire request.
Present only if the entire request failed. Individual check errors will not trigger the presence of this field. Possible string values are:
- "ERROR_CODE_UNSPECIFIED"
- "ERROR_CODE_INVALID_QUERY" : Unable to parse query.
- "ERROR_CODE_FETCH_ERROR" : Unable to fetch the asset links data.
- "ERROR_CODE_FAILED_SSL_VALIDATION" : Invalid HTTPS certificate .
- "ERROR_CODE_REDIRECT" : HTTP redirects (e.g, 301) are not allowed.
- "ERROR_CODE_TOO_LARGE" : Asset links data exceeds maximum size.
- "ERROR_CODE_MALFORMED_HTTP_RESPONSE" : Can't parse HTTP response.
- "ERROR_CODE_WRONG_CONTENT_TYPE" : HTTP Content-type should be application/json.
- "ERROR_CODE_MALFORMED_CONTENT" : JSON content is malformed.
- "ERROR_CODE_SECURE_ASSET_INCLUDES_INSECURE" : A secure asset includes an insecure asset (security downgrade).
- "ERROR_CODE_FETCH_BUDGET_EXHAUSTED" : Too many includes (maybe a loop).
Implementation
core.String? bulkErrorCode;