google_api_you_tube_analytics v0.12.2 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 codesrequestId
(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
Specs
t() :: %GoogleApi.YouTubeAnalytics.V2.Model.Errors{ code: String.t(), error: [GoogleApi.YouTubeAnalytics.V2.Model.ErrorProto.t()], requestId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.