google_api_poly v0.8.0 GoogleApi.Poly.V1.Model.ImageError View Source

A message resulting from reading an image file.

Attributes

  • code (type: String.t, default: nil) - The type of image error encountered. Optional for older image errors.
  • filePath (type: String.t, default: nil) - The file path in the import of the image that was rejected.

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.Poly.V1.Model.ImageError{
  code: String.t(),
  filePath: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.