kvasir_projector v0.0.8 Kvasir.Projection.Context.History.Entry View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kvasir.Projection.Context.History.Entry{
  error: term(),
  stacktrace: false | Exception.stacktrace(),
  start: UTCDateTime.t(),
  stop: UTCDateTime.t()
}