google_api_poly v0.8.1 GoogleApi.Poly.V1.Model.ObjParseError View Source

Details of an error resulting from parsing an OBJ file

Attributes

  • code (type: String.t, default: nil) - The type of problem found (required).
  • endIndex (type: integer(), default: nil) - The ending character index at which the problem was found.
  • filePath (type: String.t, default: nil) - The file path in which the problem was found.
  • line (type: String.t, default: nil) - The text of the line. Note that this may be truncated if the line was very long. This may not include the error if it occurs after line truncation.
  • lineNumber (type: integer(), default: nil) - Line number at which the problem was found.
  • startIndex (type: integer(), default: nil) - The starting character index at which the problem was found.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Poly.V1.Model.ObjParseError{
  code: String.t(),
  endIndex: integer(),
  filePath: String.t(),
  line: String.t(),
  lineNumber: integer(),
  startIndex: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.