Rxova
Skip to content

FileWarningCode

type FileWarningCode =
| "max-files-invalid"
| "size-range-invalid"
| "negative-size"
| "accept-suspicious"
| "single-with-max";

Stable machine code for a coerced or misconfigured input. Safe to switch on.