google_api_double_click_bid_manager v0.1.0 GoogleApi.DoubleClickBidManager.V1.Model.ReportFailure View Source

An explanation of a report failure.

Attributes

  • errorCode (String.t): Error code that shows why the report was not created. Defaults to: null.

    • Enum - one of [AUTHENTICATION_ERROR, DEPRECATED_REPORTING_INVALID_QUERY, REPORTING_BUCKET_NOT_FOUND, REPORTING_CREATE_BUCKET_FAILED, REPORTING_DELETE_BUCKET_FAILED, REPORTING_FATAL_ERROR, REPORTING_ILLEGAL_FILENAME, REPORTING_IMCOMPATIBLE_METRICS, REPORTING_INVALID_QUERY_MISSING_PARTNER_AND_ADVERTISER_FILTERS, REPORTING_INVALID_QUERY_TITLE_MISSING, REPORTING_INVALID_QUERY_TOO_MANY_UNFILTERED_LARGE_GROUP_BYS, REPORTING_QUERY_NOT_FOUND, REPORTING_TRANSIENT_ERROR, REPORTING_UPDATE_BUCKET_PERMISSION_FAILED, REPORTING_WRITE_BUCKET_OBJECT_FAILED, SERVER_ERROR, UNAUTHORIZED_API_ACCESS, VALIDATION_ERROR]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.DoubleClickBidManager.V1.Model.ReportFailure{
  errorCode: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.