Mobius.Exports.UnsupportedMetricError exception (Mobius v0.7.0)

Copy Markdown View Source

Error for trying to export metric types where there is no support in the export implementation

Summary

Types

t()

@type t() :: %Mobius.Exports.UnsupportedMetricError{
  __exception__: true,
  message: binary(),
  metric_type: Mobius.metric_type()
}