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