Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@validation_ListLengthExceeded.hrl
Raw

include/kitazith@validation_ListLengthExceeded.hrl

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