Expected.error

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(E) error [@property getter]
  2. E error [@property getter]
    struct Expected(T, E = string, Hook = Abort)
    @property ref
    static if(!(!isChecked!Hook))
    E
    error
    ()
    if (
    !is(E == void) &&
    (
    !is(T == void)
    )
    )

Meta