ValidationResult
Summary
The result of schema validation.
On success, value is present and issues is absent. On failure, issues is present.
Signature
type ValidationResult<output> = StandardSchemaV1.Result<output>;
The result of schema validation.
On success, value is present and issues is absent. On failure, issues is present.
type ValidationResult<output> = StandardSchemaV1.Result<output>;