google_api_monitoring v0.41.1 GoogleApi.Monitoring.V3.Model.Error View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Monitoring.V3.Model.Error{ pointCount: integer(), status: GoogleApi.Monitoring.V3.Model.Status.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.