Module Url.Error

type nonrec t =
| Not_linkable of string
| Uncaught_exn of string
| Unexpected_anchor of string
val to_string : t -> string