google_api_you_tube_analytics v0.7.0 GoogleApi.YouTubeAnalytics.V2.Model.Errors View Source

Request Error information.

The presence of an error field signals that the operation has failed.

Attributes

  • code (type: String.t, default: nil) - Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead.
  • error (type: list(GoogleApi.YouTubeAnalytics.V2.Model.ErrorProto.t), default: nil) - Specific error description and codes
  • requestId (type: String.t, default: nil) - Request identifier generated by the service, which can be used to identify the error in the logs

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.Errors{
  code: String.t(),
  error: [GoogleApi.YouTubeAnalytics.V2.Model.ErrorProto.t()],
  requestId: 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.