View Source GoogleApi.Monitoring.V3.Model.Error (google_api_monitoring v0.55.0)

Detailed information about an error category.

Attributes

  • pointCount (type: integer(), default: nil) - The number of points that couldn't be written because of status.
  • status (type: GoogleApi.Monitoring.V3.Model.Status.t, default: nil) - The status of the requested write operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.Error{
  pointCount: integer() | nil,
  status: GoogleApi.Monitoring.V3.Model.Status.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.