Assembly: OptimaJet.Workflow.FormsPlugin

Class SystemError

OptimaJet.Workflow.Plugins.FormsPlugin.SystemError

Represents an error that occurs while executing the form plugin's method.

public record SystemError : IEquatable<SystemError>

Type Hierarchy

Constructors

public SystemError(string Message) #
Represents an error that occurs while executing the form plugin's method.

Parameters

Name
Type
Description
Message
String
Represents an error that occurs while executing a method of the form plugin.

Properties

public string Message { get; init; } #
Represents an error that occurs while executing a method of the form plugin.