MetricDataError

An error corresponding to the unsuccessful processing of a single metric data query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The query error code. Can be one of:

Link copied to clipboard
val id: String?

The query identifier.

Link copied to clipboard

The error message associated with the current query error.

Functions

Link copied to clipboard
inline fun copy(block: MetricDataError.Builder.() -> Unit = {}): MetricDataError
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String