Current section

Files

Jump to
ex_flux lib errors.ex
Raw

lib/errors.ex

defmodule ExFlux.FieldError do
@moduledoc """
Raised when no fields were specified on the provided data point
"""
defexception message: "measurements must have one or more fields"
end