WorkflowValidationError class

The details about a workflow validation error.

Properties

code String?
An error code.
final
elementReference WorkflowElementReference?
final
hashCode int
The hash code for this object.
no setterinherited
level WorkflowValidationErrorLevel?
The validation error level.
final
message String?
An error message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type WorkflowValidationErrorType?
The type of element the error or warning references.
final

Methods

copyWith({String? code, WorkflowElementReference? elementReference, WorkflowValidationErrorLevel? level, String? message, WorkflowValidationErrorType? type}) WorkflowValidationError
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited