ParseErrorUnion
PackageReified.Parse
Primitive parse failures returned by
Parse helpers.Specification
Kind
Union
Members
6
Examples
0
IsMissingValueSignature
this.IsMissingValue
IsOutOfRangeSignature
this.IsOutOfRange
IsInvalidFormatSignature
this.IsInvalidFormat
MissingValueSignature
MissingValue target
InvalidFormatSignature
InvalidFormat(target, input)
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsMissingValue | this.IsMissingValue | No description available. |
| IsOutOfRange | this.IsOutOfRange | No description available. |
| IsInvalidFormat | this.IsInvalidFormat | No description available. |
| MissingValue | MissingValue target | The input was missing for the target primitive type. |
| InvalidFormat | InvalidFormat(target, input) | The input did not match the expected format for the target primitive type. |
| OutOfRange | OutOfRange(target, input) | The input was outside the supported range for the target primitive type. |
The input was missing for the target primitive type.
Parameters
| Name | Type | Description |
|---|---|---|
| target | string |
Returns
unit
The input did not match the expected format for the target primitive type.
Parameters
| Name | Type | Description |
|---|---|---|
| target | string | |
| input | string |
Returns
unit