google_api_you_tube_analytics v0.12.0 GoogleApi.YouTubeAnalytics.V2.Model.ErrorProto View Source

Describes one specific error.

Attributes

  • argument (type: list(String.t), default: nil) - Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments.

  • code (type: String.t, default: nil) - Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto.

  • debugInfo (type: String.t, default: nil) - Debugging information, which should not be shared externally.

  • domain (type: String.t, default: nil) - Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain

  • externalErrorMessage (type: String.t, default: nil) - A short explanation for the error, which can be shared outside Google.

    Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves.

    External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like.

  • location (type: String.t, default: nil) - Location of the error, as specified by the location type.

    If location_type is PATH, this should be a path to a field that's relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h).

    Examples: authenticated_user.gaia_id resource.address[2].country

  • locationType (type: String.t, default: nil) -

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.YouTubeAnalytics.V2.Model.ErrorProto{
  argument: [String.t()],
  code: String.t(),
  debugInfo: String.t(),
  domain: String.t(),
  externalErrorMessage: String.t(),
  location: String.t(),
  locationType: String.t()
}

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.