RetainedParseResult<'value>Record
PackageReified.Schema
A schema parse result that retains its original structured input.
Fields
| Name | Type | Description |
|---|---|---|
| ErrorsFor | this.ErrorsFor | Returns schema errors attached exactly to the supplied structured data path. |
| ErrorsFor | this.ErrorsFor | Returns schema errors attached exactly to the supplied path. |
| IsValid | this.IsValid | Returns true when input parsing produced a trusted model. |
| Errors | this.Errors | Returns path-aware issues from a failed parse, or an empty list after a successful parse. |
| Value | this.Value | Returns the parsed value or raises when input parsing failed. |
| TryValue | this.TryValue | Returns the parsed value when input parsing succeeded. |
| Input | Input | The structured boundary data that was parsed. |
| Result | Result | The parsed model or accumulated schema failures. |