View Source GoogleApi.Language.V2.Model.XPSDataErrors (google_api_language v0.14.0)

Different types of errors and the stats associatesd with each error.

Attributes

  • count (type: integer(), default: nil) - Number of records having errors associated with the enum.
  • errorType (type: String.t, default: nil) - Type of the error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSDataErrors{
  count: integer() | nil,
  errorType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.