File validation error type

grupojaque-ngx-commonsGlobals"lib/enums/file-validation-error-type.enum"FileValidationErrorType

Type of error to validate file

This enum contains distinct types of error to evaluated a file

Index

Enumeration members

Enumeration members

accepted

accepted: = "accepted"

Defined in lib/enums/file-validation-error-type.enum.ts:11

Indicates that the file is valid and meets the requirements given in the declared configuration


errorToRead

errorToRead: = "errorToRead"

Defined in lib/enums/file-validation-error-type.enum.ts:23

Indicates that the file could not be read


limitExceeded

limitExceeded: = "limitExceeded"

Defined in lib/enums/file-validation-error-type.enum.ts:15

Indicates that the file size has been exceeded according to the given configuration


typeInvalid

typeInvalid: = "typeInvalid"

Defined in lib/enums/file-validation-error-type.enum.ts:19

Indicates that the file type in not valid according to the given configuration