GoogleApi.Content.V2.Model.Errors (google_api_content v0.49.0) 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
Specs
t() :: %GoogleApi.Content.V2.Model.Errors{
code: integer(),
errors: [GoogleApi.Content.V2.Model.Error.t()],
message: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.