Table of Contents

Enum MediaBlocksDiagnosticSeverity

Namespace
VisioForge.Core.MediaBlocks.Serialization
Assembly
VisioForge.Core.dll

Severity of a serialization or validation diagnostic.

public enum MediaBlocksDiagnosticSeverity

Fields

Information = 0

Informational message that does not affect pipeline usability.

Warning = 1

Warning: the document can be loaded and run, but something needs attention.

Error = 2

Error: the affected block, connection or document cannot be materialized or run.