Xema.validate-exclamation-mark

You're seeing just the function validate-exclamation-mark, go back to Xema module for more information.
Link to this function

validate!(xema, value, opts \\ [])

View Source

Specs

validate!(t() | schema(), any(), keyword()) :: :ok

Returns :ok if the value is a valid value against the given schema; otherwise raises a Elixir.Xema.ValidationError. See validate3 for available options.