> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.server/ks.reactor.server.ksvalidationresult.md).

# Enum ksValidationResult

Namespace: [KS.Reactor.Server](/reactor/api-reference/ks.reactor.server.md)\
Assembly: KSReactor.dll

Validation result.

```csharp
public enum ksValidationResult
```

## Fields

`ABORT = 2`

Validation fails. Do not call the remaining validators.

`FAIL = 1`

Validation fails. Continue calling the remaining validators.

`PASS = 0`

Validation passes. All validators must return this result for validation to pass.
