package incr_dom_widgets

  1. Overview
  2. Docs
On This Page
  1. Form validation
Legend:
Library
Module
Module type
Parameter
Class
Class type

Form validation

type t

Represents an error created during form validation.

val create : Core_kernel.Error.t -> id:'a Id.t -> t

Create an error attached to the given Id.t.