google_api_content v0.2.0 GoogleApi.Content.V2.Model.Errors View Source
A list of errors returned by a failed batch entry.
Attributes
- code (integer()): The HTTP status of the first error in errors. Defaults to:
null
. - errors ([Error]): A list of errors. Defaults to:
null
. - message (String.t): The message of the first error in errors. Defaults to:
null
.
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.Content.V2.Model.Errors{ code: any(), errors: [GoogleApi.Content.V2.Model.Error.t()], message: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.