Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@validation_ComponentCountOutOfRange.hrl
Raw

include/kitazith@validation_ComponentCountOutOfRange.hrl

-record(component_count_out_of_range, {
min :: integer(),
max :: integer(),
actual :: integer(),
item_label :: binary()
}).