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