SDK Software CRC Toolkit
CRCErrorConstants Enumeration


The following error constants are defined:

Error ConstantRemarks
ErrExternalErrorAn error occured outside the library, usually in an API call.
ErrFileNotFoundFile not found.
ErrFileTooLargeThe file is larger than 2147483647 bytes.
ErrInvalidSettingOrArgumentThe argument or property setting is invalid.
ErrMissingDLLDynamic-link library missing or not found.
ErrNotAvailableInFreeVersionThis functionality is not available in the free version. You gotta upgrade mate!
ErrPathNotFoundPath not found.
ErrPermissionDeniedThe operating system denied access to the specified file.
ErrStartAtOrEndAtPastEOFThe StartAt or EndAt arguments supplied to the CRC32File method are invalid because they refer to a byte position past the end of the file.
ErrTooLargeForOneChunkThe free version of the library does not support chunks. You have attempted to read a file larger than MaxChunkSize. See: CRC32File.
ErrZeroLengthFileThe file or argument is zero bytes, when this is not allowed.


In order to view this documentation as it was intended you need to have scripting turned on.