⚠️ Internal: This API is not publically exported by the package.

      Interface UnionMember

      Error that occurs when a member in a union has an error.

      Since

      1.0.0

      interface UnionMember {
          _tag: "UnionMember";
          errors: readonly [ParseErrors, ParseErrors];
      }

      Properties

      Properties

      _tag: "UnionMember"
      errors: readonly [ParseErrors, ParseErrors]