description

Errors.swift:25
var description: String { get }

Other members in extension

Type members

  • init(String)

    Creates a new validation error with the given message.

Instance members

  • var message: String

    The error message represented by this instance, this string is presented to the user when a ValidationError is thrown from either; run(), validate() or a transform closure.