Rxova
Skip to content

FileRejection

type FileRejection =
| "type"
| "too-large"
| "too-small"
| "duplicate"
| "max-files"
| "invalid";

Why a file was refused. Stable codes, safe to switch on.