Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class ValidationError

OptimaJet.Workflow.Plugins.FormsPlugin.ValidationError

Represents a validation error for a form.

public record ValidationError : IEquatable<ValidationError>

Inheritance

  • System.Object

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.ValidationError}

Constructors

public ValidationError(ImmutableDictionary<string, object?> Errors) #
Represents a validation error for a form.

Parameters

Name
Type
Description
Errors
ImmutableDictionary<Object>
The dictionary of errors.

Properties

Name
Type
Errors #
ImmutableDictionary<Object>
The dictionary of errors.