View Source GoogleApi.Content.V2.Model.Errors (google_api_content v0.71.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V2.Model.Errors{ code: integer() | nil, errors: [GoogleApi.Content.V2.Model.Error.t()] | nil, message: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.