NAME
Google::Ads::AdWords::Utilities::BatchJobHandlerError
DESCRIPTION
Data object that holds the information of an error that occurred during a batch job upload request.
ATTRIBUTES
There is a get_ and set_ method associated with each attribute for retrieving or setting them dynamically.
type
The type of error that occurred (HTTP, PROCESSING, UPLOAD). HTTP => Specific to an HTTP request made to the server. PROCESSING => Check the current job because the job has processing errors. UPLOAD => A general error happened during upload.
description
The detailed description of the error.
http_type
For HTTP errors, the type of HTTP error.
http_trigger
For HTTP errors, invalid data cause of the error.
http_field_path
For HTTP errors, ONGL path to the field that caused the error.
http_response_code
For HTTP errors, the HTTP response code.
http_response_message
For HTTP errors, the HTTP response message.
processing_errors
For PROCESSING errors, this contains an array of processing errors of type BatchJobProcessingError.
LICENSE AND COPYRIGHT
Copyright 2015 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
REPOSITORY INFORMATION
$Rev: $
$LastChangedBy: $
$Id: $