Class SystemError
OptimaJet.Workflow.Plugins.FormsPlugin.SystemError
Represents an error that occurs while executing the form plugin's method.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record SystemError : IEquatable<SystemError>Type Hierarchy
- SystemError Current type
- Implemented interfaces
Constructors
public SystemError(string Message) #Represents an error that occurs while executing the form plugin's method.
Parameters
Name
Type
Description
MessageStringRepresents 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.