Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@telemetry_ValidationEnd.hrl
Raw

include/mochi@telemetry_ValidationEnd.hrl

-record(validation_end, {
timestamp :: integer(),
success :: boolean(),
error_count :: integer()
}).