SocketTools .NET Edition

FileEncoder.ErrorCode Enumeration

Provides constant values for error codes.

[Visual Basic]
Public Enum FileEncoder.ErrorCode
[C#]
public enum FileEncoder.ErrorCode

Members

Member Name Description
errorNone No error.
errorNotHandleOwner Handle not owned by the current thread.
errorFileNotFound The specified file or directory does not exist.
errorFileNotCreated The specified file could not be created.
errorOperationCanceled The blocking operation has been canceled.
errorInvalidFileType The specified file is a block or character device, not a regular file.
errorInvalidDevice The specified file type is invalid or not a regular file.
errorTooManyParameters The maximum number of function parameters has been exceeded.
errorInvalidFileName The specified file name contains invalid characters or is too long.
errorInvalidFileHandle Invalid file handle passed to function.
errorFileReadFailed Unable to read data from the specified file.
errorFileWriteFailed Unable to write data to the specified file.
errorOutOfMemory Out of memory.
errorAccessDenied Access denied.
errorInvalidParameter Invalid argument passed to function.
errorClipboardUnavailable The system clipboard is currently unavailable.
errorClipboardEmpty The system clipboard is empty or does not contain any text data.
errorFileEmpty The specified file does not contain any data.
errorFileExists The specified file already exists.
errorEndOfFile End of file.
errorDeviceNotFound The specified device could not be found.
errorDirectoryNotFound The specified directory could not be found.
errorInvalidbuffer Invalid memory address passed to function.
errorBufferTooSmall The specified buffer is not large enough to contain the data.
errorNoHandles No more handles are available to this process.
errorInvalidLicense The license for this product is invalid.
errorProductNotLicensed This product is not licensed to perform this operation.
errorNotImplemented This function has not been implemented on this platform.
errorUnknownFileType The specified file type could not be determined.
errorDataNotEncoded The specified data block could not be encoded.
errorDataNotDecoded The specified data block could not be decoded.
errorFileNotEncoded The specified file could not be encoded.
errorFileNotDecoded The specified file could not be decoded.
errorInvalidEncodingType Invalid encoding type specified.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FileEncoder (in SocketTools.FileEncoder.dll)

See Also

SocketTools Namespace