Table of Contents

Class RuleValidationError

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

A single structural validation failure, located by a JSON pointer (RFC 6901) into the offending document — the shape a rule-builder UI's real-time validation can bind directly to.

public sealed class RuleValidationError
Inheritance
RuleValidationError
Inherited Members

Constructors

RuleValidationError(string, string)

Creates a validation error.

Properties

Message

Human-readable description of the problem.

Path

JSON pointer (RFC 6901) to the offending value; empty string for the document root.

Methods

ToString()