Skip to main content

include/molt@error_TypeMismatch.hrl

-record(type_mismatch, {
    path :: gleam@option:option(binary()),
    expected :: binary(),
    got :: binary()
}).