You are on page 1of 28

kefpcdInvalidDllHandle

1002000
The Dll handle is invalid or has been corrupted.
kefpcdInvalidDriveLetter
1002001
The drive letter does not point to a supported device.
kefpcdDriveNotMounted
1002002
This operation cannot be performed. There is either
no rom in the drive or the media is not in UDF format.
kefpcdDriveMounted
1002003
A disc is already mounted in this drive.
kefpcdLoadingFileSysForFinalize
1002004
Loading the file system for finalize...
kefpcdIoctlSizeMismatch
1002005
There is a size mismatch between the driver and the
user program. Please re-install.
kefpcdIoctlInvalidDriveLetter
1002006
No InCD handle for this drive letter exists.
kefpcdGetConfigInfo
1002007
Error getting configuration information.
kefpcdEntriesQueuedForMigration
1002008
This operation cannot be performed since data is
waiting to be written to disc. Please allow
a minute or two for the data to be written.
kefpcdIoctlInvalidType
1002009
The system received an invalid Ioctl type.
There is probably a driver mismatch.
kefpcdUserAbort
1002010
Operation was cancelled by user.
kefpcdNoStackAvailable
1002011
Insufficient driver stack space was available.
kefpcdNoMoreNotifications
1002012
No more notifications are currently pending.
kefpcdWarningAlreadyMounted
1002013
Future mounts were successfully disabled, but a volume is currently mounted.
It will remain active until it is ejected.
kefpcdWarningAlreadyEnabled
1002014
The drive was already enabled for mounting. It is still enabled.
kefpcdUseNativeReader
1002015
A native UDF reader driver is present, and should be used instead of InCD.
kesmtpassErrUnsupported
1002016
The function requested is not supported
kesmtpassErrBufLen
1002017
The buffer length is incorrect

kesmtpassErrOutOfRange

1002018

kesmtpassErrDevice

1002019

kesmtpassErrInvalidDevice
1002020
The driveletter does not specify a valid device.
kesmtpassErrAdapterNotFound

1002021

kefpcdEjectPended
1002022
The Eject operation cannot be done now because data is still being written
to the disc. The Eject will be done as soon as writing is completed.
kesmtpassErrClaiming
Device already claimed
keGenericError
Generic error text

1002023
1000

keOutOfMemory
1001
System ran out of Memory
keNotImplemented
Operation is not implemented

1002

keWildcardError
1003
Internal Wildcard error walking directory
keWildcardUnknown
1004
Unknown error walking directory
keNoMoreEntries
1005
Reached end of list, no more entries found
keInvalidParameter
1006
Invalid paramter passed to function.
keBadStructSize
1007
Structure size is incorrect probably from software version
mismatch
keVersionMismatch
Version mismatch

1008

keOutOfResources
System ran out of resources

1009

keUserAbort
1010
User aborted operation.
keBadHandle
1011
Invalid Handle supplied for operation
keIoctlBadDriverHandle
1012
Bad handle found for Ioctl call
keMaxIoctlParamData

1013

The Ioctl call has paramater data that exceeds


the allowed maximum.
keDeviceIoctlFailure
1014
Ioctl failure sending command to driver.
keWaitTimeout
1015
Timeout occurred on an object.
keWaitForEvent
1016
Error waiting for event
keOutOfDiskSpace
1017
The system is out of disk space
keBufferOverflow
1018
Buffer overflow while transfering data.
keEnsureError
** Ensure Error **

1019

keBufferTooSmall
Buffer too small
keAccessDenied
Access is denied

1020
1021

keVirtualFunctionNotImplementedInDerivedClass
1022
Internal error: virtual function not implemented in derived class.
keItemNotFound
1050
No matches were found in the list.
keItemAlreadyPresent
1051
Item already present in uniquely keyed list
keLruItemCantBeClosed
1052
The LRU item must cannot be closed.
keLruNoItemsAvailable
1053
None of the items in the LRU list can be closed for re-use.
keLruClearingOut
1054
Attempt to use LRU while it is being destroyed.
keLockClaimed
1055
Attempting to claim a lock that is already claimed.
keLockNotOwned
1056
Attempting to release/change a lock that has not been claimed.
keLockExclusive
1057
Lock is already locked for exclusive use.
keLockNonExclusive
1058
Lock is already locked for non-exclusive use.
keCreateDir
1059
Error creating directory

keFilesOpenForWrite
1060
Operation failed, files are open for write
keVolumeLocked
1061
Operation failed, volume is locked.
keErrMgrInvalidParameter
Internal error

1100

keErrMgrNoMemory
1101
Error manager was out of memory
keInvalidModuleId
1102
Error Manager Module Id not valid
keDebugOn
1103
Error Manager Debug is already on
keDebugOff
1104
Error Manager Debugging is switched off
kePackMgrInvalidParameter
Error Manager Packing Internal error

1105

keDevNameInvalid
1106
Error file/device name is not valid
keErrMgrIpcInvalidFunc
1107
Function not avaible on client side.
keErrMgrBufferTooSmall
1108
Buffer passed to error manager is too small -- some data was not copied.
keOpeningFile
Error opening file

1200

keCreatingFile
Error creating file

1201

keWritingFile
Error writing file

1202

keReadingFile
Error reading file

1203

kePositioningFile
Error setting file pointer
keRenamingFile
Error renaming file

1205

keDeletingFile
Error deleting file

1206

keFileDoesntExist
Error file does not exist

1204

1207

keGetCurrentWorkingDir
1208
Unable to determine current working directory

keClosingFile
Error closing file

1209

keDirDoesntExist
1210
Error directory does not exist
keTruncatingFile
Error Truncating file

1211

keSettingFileTimes
Error setting file times

1212

keFlushingFile
Error Flushing file

1213

keDeletingDirectory
1214
Error encountered deleting directory
keBadFileAccessMode
1215
This file has been opened in an access mode
where this operation is not allowed
keDevErrVarRecFileNotCreate
1216
Variable record file cannot be written when opened for read
keDevErrVarRecFileCreate
1217
Variable record file cannot be read when opened for write
keQueMgrErrInvalidParameter
Queue Manager Internal error

1300

keQueMgrErrNoMemory
1301
Queue Manager is out of memory
keQueMgrErrKeyNotFound
1302
Queue Manager cannot find key entry in queue
keBuffErrInvalidBuffer
1400
Unable to find buffer in used list.
keNoAppropriateCallback
1450
No appropriate callback specified
keUserBreak
1451
Operation cancelled by user
keStartThread
1460
Error creating thread.
keSuspendThread
1461
Error suspending thread.
keResumeThread
1462
Error resuming thread.
keTerminateThread
Error terminating thread.

1463

keGetThreadPriority
1464
Error getting thread priority.

keSetThreadPriority
1465
Error setting thread priority.
keGetThreadExitCode
1466
Error getting exit error for thread.
keInvalidThread
1467
An invalid thread handle was supplied for this operation.
keLicenseAlreadyOpen
1500
Error opening the license file.
keLicenseBadSerNo
1501
User entred a non-compliant serial number.
keLicenseRegExpired
License has expired.

1502

keLicenseBadLicFile
1503
License file is corrupt or bad.
keLicenseLicReadError
1504
License file is corrupt or bad.
keLicenseBadLicKey
1505
License file is corrupt or bad.
keLicenseBadSerNoVer
1506
License file is corrupt or bad.
keLicenseBadHexStr
1507
License file is corrupt or bad.
keLicenseTooMuchData
1508
License file is corrupt or bad.
keLicenseBadProduct
1509
License file is corrupt or bad.
keLicenseBadOem
Invalid OEM.

1510

keLicenseBadDays
Invalid number of days.

1511

keLicenseBadSlotLimit
Invalid number of slots.

1512

keLicenseNoPromptFn
Invalid callback function

1513

keLicenseClockHacker
1514
License file is corrupt or bad.
keLicenseFailure
License failure

1515

keCreatingService
Error creating a service.

1550

keOpeningService
Error opening a service.

1551

keDeletingService
Error deleting a service.

1552

keStartingService
Error starting a service.

1553

keSendingIoctlService
Error accessing a service.

1554

keOpeningServiceManager
1555
Error opening a service manager.
keStartServiceDoesNotExist
1556
You should atleast have a Start Service Dispatch routine.
keStartServiceDisp
1557
Start service dispatch routine failed.
keServiceNoMem
1558
The service manager could not allocate memory.
keProductNotInstalled
The product is not installed.

1600

keNoProductIniFile
1601
The product ini file was not found in the installation directory.
keBadProductIniFile
1602
The product ini file is corrupted.
keNoInstallationDirectory
1603
The installation directory does not exist.
keNoDeinstallKey
1604
Deinstallation information does not exist in the registry
keDeletingTreeNode
1605
Error deleting the tree associated with a key
keBadRegistryKeyHandle
1606
Bad registry handle used to access registry
keCreatingRegistryKey
Error creating registry key

1607

keOpeningRegistryKey
Error opening registry key

1608

keKeyTooLong
1609
Registry value exceeds allowed length
keSettingRegistryValue
Error setting registry value

1610

keGettingRegistryValue
1611
Error retrieving registry value

keBadKeyType
1612
Registry value is of unexpected type
keDeletingRegistryKey
Error deleting registry key

1613

keDeletingRegistryValue
Error deleting registry value

1614

keRegistryValueChangedSize
1615
Registry value is of unexpected length
keFindNextRegistryKey
1616
No more registry keys at this location
keFindNextRegistryValue
1617
No more registry values at this location
keCreateEvent
Error creating event

1625

keCreateUniqueEvent
Error creating unique event
keClearEvent
Error clearing event

1627

keSetEvent
Error setting event

1628

1626

keThreadMgrTimeOut
1650
Thread manager timed out while waiting for a thread
keThrdMgrThreadJobComplete
1651
Thread manager attempted to perform an operation on
a thread job that had been completed.
keThrdMgrFailedToSuspendThread
1652
Thread manager was unable to suspend a thread.
keThrdMgrFailedToResumeThread
1653
Thread manager was unable to resume a thread.
keThrdMgrFailedToGetThreadPriority
1654
Thread manager was unable to get a threads priority.
keThrdMgrFailedToSetThreadPriority
1655
Thread manager was unable to set a threads priority.
keThrdMgrThreadJobRunning
The thread job is still running.

1656

keThrdMgrInvalidThreadJob
The thread job handle is invalid.

1657

keParseIniFileDoesNotExist
1675
Cannot perform operation because the ini file does not exist.
keParseIniValueNameNotFound

1676

The value name does not exist in the ini file.


keParseIniBadValue
1677
The value supplied for this ini value field is not valid
keParseIniNoGroupName
1678
The group name requested does not exist
keParseIniDuplicateGroupName
1679
Duplicate group names are not allowed in an ini file
keParseIniFileLineTooLong
Line too long (file may be binary)

1680

keIpcErrClassNotRegAtServer
1681
IPC connect to class not registered at server.
keIpcErrDupClass
1682
Attempt to register class - already registered at this IPC server.
keIpcErrAddToLinkedList
1683
Failure adding class to IPC registration list.
keIpcErrServerUp
1684
Attempt to start IPC server which is already up.
keIpcErrStartingServerThread
1685
Failed to start IPC server main thread.
keIpcErrServerNotUp
1686
Attempt to stop IPC server which is not up.
keIpcErrClassNotReg
1687
Attempt to deregister unregistered class from IPC server.
keIpcErrRemoveFmLinkedList
1688
Failure removing class from IPC registration list.
keIpcErrServerOpenFailed
1689
Failed to initialize IPC transport layer.
keIpcErrServerCloseFailed
1690
Failed to shut down IPC transport layer.
keIpcErrWaitRequestFailed
1691
Failure while waiting for IPC request.
keIpcErrFreeReqFailed
1692
IPC transport failed to release channel. System may hang...
keIpcErrPreSendFailed
1693
IPC transport failed to claim channel.
keIpcErrSendPktFailed
1694
IPC transport failed to send result packet.
keIpcErrBufferMismatch
1695
IPC connect specifies max client request size greater than server buffer.
keIpcErrBreakOutOfServer

1696

IPC transport failed to break out of server get request loop.


keIpcErrServerGone
1697
The IPC server has stopped unexpectedly.
keIpcErrServerBusy
1698
The IPC server is temporarily unable to service the request.
keIpcServerCallback
1699
NOT AN ERROR - packet returned as callback.
keIpcsrvErrBadArgCount
1700
The handler for IPC function has been passed the wrong argument count - Incomple
te upgrade?
keIpcsrvErrBadFunction
1701
The IPC server has been called for unrecognized function - Incomplete upgrade?
keIpcErrFailed
IPC failure.

1702

keIpcMmfErrOpenLock
1703
Failed to locate IPC server. Server is probably not running.
keIpcMmfErrOpenSemTx
1704
IPC MMF Transport failed to open SemTx.
keIpcMmfErrOpenSemRx
1705
IPC MMF Transport failed to open SemRx.
keIpcMmfErrOpenSemTxDone
1706
IPC MMF Transport failed to open SemTxDone.
keIpcMmfErrOpenSemRxDone
1707
IPC MMF Transport failed to open SemRxDone.
keIpcMmfErrOpenMemFile
1708
IPC MMF Transport failed to open MemFile.
keIpcMmfErrOpenFileMap
1709
IPC MMF Transport failed to open view of mapped file.
keIpcMmfErrCreateSemRx
1710
IPC MMF Transport failed to create SemRx.
keIpcMmfErrDupSemaphore
1711
IPC MMF Transport failed to duplicate semaphore.
keIpcMmfErrCloseSemRxDone
1712
IPC MMF Transport failed to close SemRxDone.
keIpcMmfErrCloseSemRx
1713
IPC MMF Transport failed to close SemRx.
keIpcMmfErrCloseSemTxDone
1714
IPC MMF Transport failed to close TxDone semaphore.
keIpcMmfErrCloseSemTx
1715
IPC MMF Transport failed to close Tx semaphore.

keIpcMmfErrCloseLock
1716
IPC MMF Transport failed to close lock mutex.
keIpcMmfErrCloseFileMap
1717
IPC MMF Transport failed to close file mapping.
keIpcMmfErrCloseMemFile
1718
IPC MMF Transport failed to close memory mapped file.
keIpcMmfErrReleaseSemRx
1719
IPC MMF Transport failed to release Rx semaphore.
keIpcMmfErrReleaseSemTx
1720
IPC MMF Transport failed to release Tx semaphore.
keIpcMmfErrWaitSemTxDone
1721
IPC MMF Transport failed wait for TxDone semaphore.
keIpcMmfErrWaitSemRxDone
1722
IPC MMF Transport failed wait for RxDone semaphore.
keIpcMmfErrReleaseLock
1723
IPC MMF Transport failed to release lock mutex.
keIpcMmfErrWaitSemRx
1724
IPC MMF Transport failed wait for Rx semaphore.
keIpcMmfErrClaimLock
1725
IPC MMF Transport failed to claim lock mutex.
keIpcMmfErrReleaseSemRxDone
1726
IPC MMF Transport failed to release RxDone semaphore.
keIpcMmfErrCreateFileMapping
1727
IPC MMF Transport failed to create memory mapped file.
keIpcMmfErrServerExists
1728
IPC MMF Transport memory mapped file exists - server name not unique.
keIpcMmfErrCreateSemTx
1729
IPC MMF Transport failed to create Tx semaphore.
keIpcMmfErrCreateSemTxDone
1730
IPC MMF Transport failed to create TxDone semaphore.
keIpcMmfErrCreateSemRxDone
1731
IPC MMF Transport failed to create RxDone semaphore.
keIpcMmfErrCreateLock
1732
IPC MMF Transport failed to create lock mutex.
keIpcMmfErrWaitSemTx
1733
IPC MMF Transport failed wait for Tx semaphore.
keIpcMmfErrReleaseSemTxDone
1734
IPC MMF Transport failed to release TxDone semaphore.
keIpcInitSecurityDescriptor
1735
Error initializing the Security Descriptor.

keErrCreateSemaphore
Could not create semaphore.

1736

keErrWaitSemaphore
Error waiting for semaphore.

1737

keSemaphoreNotAvailable
1738
Wait for semaphore timed out, or semaphore closed.
keErrReleaseSemaphore
Error releasing semaphore.

1739

keFailureFindFirstWalkOsFs
FindFirst WalkOsFs error.

1740

keFailureFindNextWalkOsFs
FindNext WalkOsFs error.

1741

keTxtMgrNoMessageFound
1800
MessageId not found in message file.
keDbgMsg

1801

keAsyncProcErrFailedToStartup
1802
The asynchronous processor class failed to start
the main processor thread.
keAsyncProcErrCannotKill
1803
The asynchronous process could not be killed because
it has already started running, or has already completed.
kerrObjectsAlreadyInitialized
1804
The objects library has already been initialized.
kerrObjectsNotInitializedCorrectly
1805
The objects library has not been initialized, or
has been initalized incorrectly.
kerrObjAlreadyRegistered
1806
This object type has already been registered.
kerrObjNotRegistered
1807
An object of this type has not been registered.
kerrObjNoInterface
1808
The object does not support this GUID.
kerrObjTxpRecordSizeMismatch
1809
Object size mismatch between server and client.
kerrInvalidObject
1810
A failure occurred while constructing an object
kerrObjClientAlreadyInitialized
1811
The object client has already been initialized.
kerrObjClientNotInitialized
1812
The object client has not been initialized.

kerrObjectTypeMismatch
1813
Expected an object of a different type with this guid.
kerrObjectAlreadyExists
1814
Attempt to create an object which already exists.
keDriverNotInstalled
2000
Driver has not been installed.
keGenSCSIError
SCSI error:

2001

keNoMatchGettingScsiIdFmFs
2002
No scsi id is associated with this File system mount point
keNoMatchFsFmScsiId
2003
No file system mount point found for device at address
keIncorrectBlkSize
2004
The block size for this device is not an
a multiple of 512 bytes.
keMediaWriteProtected
2005
The media in the device is write protected.
keOpeningScsiDevice
Error opening scsi device

2100

keScsiDeviceNotFound
Scsi device not found

2101

keBadCdbLen
Bad parameter in CDB

2102

kePassThruIoctlFailure
Invlalid IOCTL

2103

keScsiCommandFailure
Generic scsi command failure

2104

keNoWinAspiDLL
2105
The Windows Aspi DLL WnAspi32.DLL was not
loaded. Ensure that this DLL is on your path.
keDeviceRemovalPending
2106
The drive is about to be logically disconnected
keHostErrorOnInquiry
2107
Error on inquiry sent to host.
keNoUnitAtDevAddr
2108
No device found at device address
keInquireCmd
2500
Failure issuing inquiry command to host
keDeviceNotReady
Device is not ready
keDeviceNotReadyWithInfo

2501
2502

SCSI device error


keRead10
2503
Error issuing Read10 command
keWrite10
2504
Error issuing Write10 command.
keWriteAndVerify
2505
Error issuing WriteAndVerify command.
keRomCreateRom
2506
Failure creating CD-ROM class
keIncorrectModelAtAddr
2507
The device model found at this address is different
from the device model opened earlier.
keNotAnInCDDrive
2508
The drive at given device address is not an MMC drive nor a ProData device.
InCD supports only MMC devices with the exception of ProData device.
keIllegalMMCDrive
2509
The drive at given device address pretend to be an MMC drive.
Although, it does not conform to MMC commands.
keUnknownRomBlkMode
2510
General Failure - unknown cd-rom block mode.
keReadTOC
2511
Failure reading Table of contents.
keNoSuchTrackNo
Invalid track number

2512

keNoSuchSessionNo
Requested session not found

2513

keSessNotFound
2514
Requested session not found
keCDInfo
2515
Internal media/drive information error.
keCDNotAppendable
Can not append to this media.

2516

keMediaTypeFailure
2517
Cannot identify media type in this drive.
keNoSessionsInCdInfo
2518
Internal error: no sessions in asession
keNoSessionRecorded
2519
No session has been created on the disc
keNoUnfinishedTrackAvailable
2520
Write-once disc is in a reader, or last session is closed and further sessions n
ot allowed, or drive failed to Read Disc Inform
tion.

keMediaTypeUnimplementedForVat
2521
Current media is not yet supported by the UDF VAT filesystem.
keUnsupportedDataModeInPreviousTrack
2522
A previous data track contains an unsupported data mode. Cannot format this dis
c for updates using VAT.
keInsufficentFreeSpaceForNewSession
2523
Disc does not have enough free space to start and complete an additional session
.
keReadBlk
2524
Error reading blocks on CD-ROM or CD-R drive.
keWriteBlk
2525
Error writing blocks on CD-ROM or CD-R drive.
kePosBlk
2526
Error positioning to block on CD-ROM or CD-R drive.
keReadTurboToc
2527
Error Reading Turbo TOC information from drive
keLoadTurboToc
2528
Error Writing Turbo TOC information to drive
keDriveUnoccupied
No Media present in the Drive

2529

keCDevCDTypeNotSupported
2530
This type of CD-ROM is not supported as
a stream device
keCDevEndOfRomNotReadable
2531
There are no readable data sectors within
150 sectors of the end of the rom.The system
cannot determine the size of the rom.
keCDevNotAlignedToBlkBoundary
2532
The device request was not aligned at a block boundary.
keGetBarCode
2533
Failure getting barcode data.
keIllegalBarCodeSize
2534
Illegal barcode size - must be 12 or 16 characters.
keSetCdSpeed
2535
Failure setting CD speed (read and/or write) of drive
keSetStreaming
2536
Failure setting or resetting streaming of drive
keGetCurrentWritingSpeed
2537
Failure getting current write speed of drive
keFlushCmd
2538
Failure issuing flush command

keCloseTrack
2539
Failure closing track.
keGetDiscAppCode
2540
Failure gettting disc application code.
keGetSessionInfo
2541
Failure getting session information.
keGetTrackInfo
2542
Failure getting track information.
keSetBlkMode
2543
Failure setting block mode on drive.
keCancelSpinDown
2544
Error cancelling drive spindown.
This may result in a buffer underflow for
disc at once audio CD-ROMs.
keReadPMA
2545
Failure reading PMA area.
keEndTrack
Failure ending track.

2546

keBufferUnderrun
2547
Buffer underrun - writing ended prematurely due to inadequate speed of the write
stream.
keGetNextWritePosn
2548
Failure getting next writable address.
keNotRWDisc
2980
The disc is not a rewriteable disc.
keFormatUnitFailure
2981
Error executing Format Unit operation.
keSetWriteParameters
2982
Error setting Write Parameters code page.
keKeepPolling
2983
Async operation still in progress. Keep polling.
keBufModeTooSmall
2984
Device requires unusually large buffer for Mode Sense operation.
keGetAtip
2985
Error getting ATIP information for disc.
keGetMechanismStatus
2986
Error getting Mechanism Status from device.
keDriveIsReader
2987
The drive is a reader only and cannot do write operations.
keGetConfiguration
2988
Error getting mmc configuration from device.

keFeatureNotSupported
2989
The drive does not support the requested feature.
keSetWriteCache
2990
Failure setting write cache.
keEraseCmd
2991
Failure issuing Erase Command.
keNoMedia
2992
There is currently no Media inserted.
keSetRecoveryParameters
2993
The device rejected read/write recovery parameters.
keDevUnsupportedCmd
2994
This command is not supported by the current device.
keReadDvdStructure
2995
The ReadDvdStructure command failed.
keSendDvdStructure
2996
The SendDvdStructure (BFh) command failed.
keDvdRamIsWriteProtected
The DVD-RAM is write-protected.
keClaimRomFailed
DriveLocker::ClaimRom failed.

2997
2998

keAutoResetParamsFailed
2999
The auto reset of write/recovery parameters failed after resume from hibernate/s
tandby
keReserveTrack
3000
Error executing Reserve Track operation.
keInconsistentBlankInfo
3001
Disc appears blank, but first track nonblank. Cannot use this media on this driv
e.
keDeviceNotExist
Device does not exist.

3002

keSendKey
3003
The SEND KEY (A3h) command failed.
keReportKey
3004
The REPORT KEY (A4h) command failed.
keReadTocSizeTooLarge
3005
Read TOC would require buffer exceeding 64KB
keReadTocSizeTooSmall
3006
Read TOC format 2 should return count of at least 2.
keReadTocNoDescFound
3007
Read TOC format 2 found no track descriptors.
keBUSInvalidMedia

3008

Media does not contain main BUS structures.It's not a BUS media.
keBUSInvalidBTAS
3009
BUS technology anchor structure is invalid.
keBUSInvalidDSI
3010
Disc Security Information structure is invalid.
keBUSInvalidFFIT
3011
File Fragment Information Table is invalid.
keBUSNoCheckSum
3012
CheckSum for file fragment is absent.
keBUSHashAES
3013
Can not receive AES hash value.
keBUSHashSHA1
3014
Can not receive SHA1 hash value.
keBUSNoDigitalSignature
3015
BUS media has not digital signature.
keBUSInvalidPublicKey
User Public Key is wrong.

3016

keBUSInvalidDigitalSignature
Media has wrong digital signature.
keBUSBlocksDecryption
Can not decrypt data blocks.

3017

3018

keBUSContentAccessKey
3019
Can not receiving Content Access Key.
keBUSEncryption
3020
Can not encrypt/decrypt data.
keBUSInvalidPassPhrase
User Pass Phrase is wrong.

3021

keBUSStartedDSVerification
3022
BUS Digital Signature verification process was started already.
keBUSInvalidCheckSum
3023
CheckSum checking for file did not pass.
keBUSDRMAPINotLoaded
3024
BUS DRM API dll not correctly loaded.
keincdDriveLockerDllFailsToLoad
1244685
The loading of Drive Locker DLL fails.
keincdDriveLockerDllInitializationFails
1244686
The loaded Drive Locker DLL fails to initialize.
kefsInvalidMedia
22000
The media in the device is invalid, unrecognized,
or has been removed.

kefsEntryNotFound
22001
The file system directory entry was not found.
kefsStreamNotFound
22002
The file system stream entry was not found.
kefsInvalidEntry
22003
The requested entry no longer exists, or cannot be resolved.
kefsEntryExists
22004
The requested file system entry cannot be created - one
with the same name already exists.
kefsAccessDenied
22005
An attempt is being made to create or modify a
file system entry that cannot be modified.
kefsInvalidHandle
22006
A file or directory search handle is corrupt or invalid.
kefsAlreadyMounted
22007
An attempt is being made to mount the file system when it is
already mounted
kefsNotMounted
22008
An attempt is being made to access or dismount the file system
when it is not mounted.
kefsNoMatchFn
22009
No filename match function is defined for namespace.
kefsNoMoreEntries
22010
A findfirst/findnext search has reached
the end of the subdirectory.
kefsInvalidCookie
22011
An invalidated cookie was encounterred while walking a path.
kefsFilesStillOpen
22012
The file system is being dismounted when user files are still open.
kefsWarnCloseWhileAccess
22013
A close issued on file while data access is in progress has been deferred.
kefsBadLinkAttr
22014
Invalid link attributes supplied to CreateLink.
kefsBadExtAttrLen
22015
The extended attributes buffer is insufficient for the length
to be transferred.
kefsSetExtAttrFailure
22016
Could not set extended attributes.
kefsStreamNotPresent
22017
A request to access file specified non-existent stream.
kefsIndexOutOfRange
22018
The index into the directory is out of range.

kefsUnsupportedFunction
22019
The file system does not support the requested function.
kefsDirectoryCorrupted
22020
The directory structure has been corrupted.
kefsSubFsMountFailed
22021
Could not mount subfile system for volume.
kefsSubFsDismountFailed
22022
Could not dismount subfile system for volume.
kefsNotSafeToDismount
22023
Operations are under way in the file system that make it
unsafe to dismount the file system.
kefsBadPath
22024
Could not find or create directory.
kefsErrRemoveListItem
22025
Could not remove linked list item.
kefsErrorAddListItem
22026
Could not add item to linked list.
kefsEof
22027
Hit end-of-file.
kefsHandleAlreadyCleanedUp
22028
Received a CloseFile specifying CleanUp when handle already cleaned up.
kefsExtLinkToSubdir
22029
External link found to subdirectory. Not supported.
kefsExtLinkForCreate
22030
Attempt to create file through external link. Not supported.
kefsOpenExtLink
22031
Failed to open external link target.
kefsLinkToLink
22032
Attempt to establish external link to link - not supported.
kefsPosExtLink
22033
Failed to seek in external link target file.
kefsReadExtLink
22034
Failed to read from external link target file.
kefsWriteExtLink
22035
Attempt to write to external link target file. Not supported.
kefsEntryNotLink
22036
Request for link path against entry that is not a link.
kefsEntryLinkMissing
22037
Link path not present in entry with link attribute.
kefsLinkBufferTooSmall
22038
Buffer passed to ReadLink is not big enough.

kefsExtLinkStreamType
22039
Stream types other than Data not supported for external links.
kefsExtHardLinkNotSupported
22040
Hard links to external file system objects are not supported.
kefsCircularLinkChain
22041
Too many levels of link - may be circular.
kefsHandleCleanUpFailed
Handle cleanup failed.

22042

kefsDirNotEmpty
22043
Attempt to delete directory which is not empty.
kefsErrFlush
22044
Failure flushing stream.
kefsNotEnoughSpace
22045
Unable to perform the write, the file system is full.
kefsNoMedia
22046
No media in the device.
kefsNoTunnellingInfo
22047
There is no tunnelling information available for this file.
kefsInvalidName
22048
The file/directory name contains illegal characters.
kefsDeletePending
22049
The file/directory has been marked for deletion.
kefsObjectNameCollision
Object Name already exists.

22050

kefsNameTooLong
22051
File name is too large.
kefsNotModifyAttrib
22052
File attributes was not modified because it does not need.
kefsRefusingToMount
22053
When we could mount but don't want do it.
kefsPbReadingLgcImageForAutoFormat
LGC.BIN could not be read for auto-format

22054

kefsPbReadingDmaImageForAutoFormat
DMA.BIN could not be read for auto-format

22055

kefsPbReadingGaaImageForAutoFormat
GAA.BIN could not be read for auto-format

22056

kefsCanNotDelete
22057
An attempt has been made to remove a file or directory that cannot be deleted.
kefsFileEncrypted
22058
User did not set password for encrypted file.

keFsioctlErrOpenDriver
Could not open driver.

23950

keFsioctlErrSendIoctl
IOCTL call to driver failed.

23951

keFsioctlErrTimeout
23952
Ioctl call to driver timed out.
keFsioctlRestartingUserFS
23953
Kernel FS thinks UserFS is already running; presumably restarting.
keFsioctlUserFSDownInGetFsRequest
23954
Kernel FS thinks UserFS is down while UserFS is asking for a message (normal dur
ing shutdown).
keFsisoErrReadFailed
ISO read failed.

22300

keFsisoErrDeviceCreateFailed
Could not open jukebox.

22301

keISOTManyExtents
22302
ISO file has too many extents.
keISOInvalidDirEntry
22303
Invalid directory encounted while walking rom.
keUdfInvalidTagIdent
22400
A UDF structure did not contain the expected tag identifier.
The file system may contain some corruption.
keUdfInvalidCrc
22401
The UDF structure did not contain the correct CRC value. It may be corrupt.
keUdfCrcTooBig
22402
The UDF structure contained an invalid CRC length. It may be corrupt.
keUdfInvalidCheckSum
22403
The UDF structure did not contain the correct check sum value. It may be corrupt
.
keUdfInvalidLocationField
22404
The UDF structure did not contain the correct location field. It may be corrupt.
keUdfInvalidVolumeDescSeq
22405
The volume descriptor sequence was invalid. A necessary descriptor was missing.
keUdfInvalidCS0Type
22406
A character string is not stored in proper CS0 format.
The file system may contain some corruption.
keUdfErrorReadingFID
22407
An error happened while reading the File Identifier Descripter.
The file system may contain some corruption.
keUdfEntryDeleted
22408
An attempt was made to get entry information about a deleted entry.

keUdfInvalidPrivateDataHandle
The private data handle is invalid.

22409

keUdfInvalidFileType
22410
This implementation of UDF does not support this file type.
keUdfInvalidInterChangeLevel
22411
The Interchange Level specified in the descriptor is invalid.
keUdfInvalidCharacterSetList
22412
The character set list specified in the descriptor is invalid.
keUdfInvalidEntityIdentifier
22413
The entity identifier in the descriptor is invalid.
keUdfInvalidPartitionId
The partition id is invalid.

22414

keUdfInvalidPartitionBaseAddress
22415
The base sector address for the partition is invalid.
keUdfReadingPastEndOfPartition
22416
Attempting to read past the end of the partition.
keUdfNoPoolHandle
22417
Attempting to allocate or free keyed memory without a pool handle.
keUdfInvalidTagFID
22418
A UDF FID did not contain the expected tag identifier. It may be corrupt.
keUdfInvalidCbFID
22419
A UDF FID contained an excessive length. It may be corrupt.
keUdfInvalidSerialDescTag
22420
A UDF descriptor tag contained an invalid Serial number.
keUdfUnsupportedVersion
22421
This implementation of UDF does not support the version of UDF present on the me
dia.
keUdfIllegalPhysicalSector
22422
Illegal physical sector value passed to LbaFmPhys.
keCdUdfMediaMounted
22450
The media has already been mounted.
keCdUdfInvalidBlockSize
22451
The block size for CDUDF must be 2048.
keCdUdfInvalidNumberOfPartitions
22452
This media has an invalid number of partitions.
keUdfInvalidPartitionMapType
22453
Partition map type is invalid for this media.
keCdUdfInvalidPartitionAccess
22454
All partitions on a CDUDF disc must be Write Once Access.
keCdUdfIcbNotKeptInCache
22455
The ICB for the item being migrated should be in cache and marked for keep.

keCdUdfNotEnoughDiskSpaceForCache
22456
Not enough room the host hard disk to create or grow the cache.
keCdUdfFailedToAlterCacheSize
22457
A failure occurred while growing or shrinking the cache.
keCdudfEntryNotInCache
Entry not in cache

22458

keCdUdfCacheFull
Cache is full

22459

keCdUdfFatalWritingError
22460
A fatal error has occurred while writing to the media.
The writing device may have stopped responding. The media will
need to be recovered.
kerrGetNextWritePosn
22461
An error occurred while scanning for the next recordable sector
on the media. This can be cause either by bad media or hardware problems.
keDVDNotFormatted
DVD Ram media not formatted

22462

keDVDMediaFormatted
22463
DVD Ram media is already formatted
keDVDRamMediaMounted
22464
The media has already been mounted
kePartionNotInitialized
Partion not initialized

22465

kePartAlreadyInitalized
Partition already initialized

22466

keNoMoreFreeSecs
22467
The are not enough free sectors to satisfy the request
keDvdRamUdfInvalidPartitionAccess
22468
All partitions on a DVD Ram disc must be over write.
keUnableToAllocateFreeSpace
22469
Allocation for secs from the freespace pool failed
keCdUdfInvalidPartitionMapNumber
The partition map number is invalid.

22470

keUdfMissingVolumeDesc
22471
A necessary volume descriptor was not found in the volume descriptor sequence.
keUdfMissingPartitionDesc
22472
A partition map did not have a matching partition descriptor.
kePacketPrecedesPartition
22473
The indicated packet is located before the partition start sector.
kefsEofOk
22474
Read was done while positioned after EOF.

kecdrwUnexpectedCPartMaps
22475
Disc does not have the expected single partition.
kecdrwNotSparablePartition
Partition is not marked Sparable.

22476

kecdrwSparesInUse
22477
Sparing table entries are actively in use to map media defects.
kecdrwUnexpectedPartition
22478
Unknown or unexpected partition map type was found on the media.
kecdrwNoMoreNotifications
22479
No more notifications are currently pending.
kecdrwBadCbTable
22480
Sparing table length is excessive
kecdrwBadCTables
22481
Count of sparing table copies is not in range 1-4.
kecdrwUnreadableSparingTable
22482
Could not read any copy of sparing table.
kecdrwInvalidSparingTableEID
22483
Sparing table identifier not found at expected location
kecdrwInvalidSparingTableLength
Sparing table length not valid

22484

kecdrwRefusingToMountSparesInUse
22485
Driver is refusing to mount the current disc because
current disc has defects on it. This disc cannot be used
and should not be reformatted.
kecdrwUnrecognizedUdfPartitionType
22486
Partition type is not Virtual and is not Sparable. Unrecognized.
kecdrwCouldNotLockMedia
22487
The filesystem attempted to write at a time when the door could not
be locked. Please reinsert the media and try again.
kecdrwUdfNotPartitionType2
22488
The filesystem is UDF but does not use the Partition Type 2 that is recommended
for RW media.
keMrwMipInvalid
22489
The MIP block on the CD-MRW media has unexpected contents. The media cannot be
used.
keReadComparisonFailed
22490
The packet read on the media was different from the packet expected. Comparison
failed.
keUdfRefusingToMountDvdVideo
22491
Not mounting Video disc; native UDF reader or CDFS will mount it.
keUdfRefusingToMountMultiSession
22492
Not mounting unsupported multi-session UDF disc; native UDF reader will mount it

(Win98 and up; Win2K and up).


keUdfRefusingToMountNotWriteableLowLevelFormat
22493
Not mounting UDF disc with low-level format that is not writable; native UDF rea
der will mount it.
keUdfRefusingToMountPureAudio
Not mounting audio-only disc.

22494

keUdfRefusingToMountInReader
22495
Not mounting UDF disc in reader; native UDF reader will mount it.
keUdfRefusingToMountVolumeIntegrity
22496
Not mounting UDF disc because of volume integrity.
keUdfRefusingToMountMrwMediaInNonMRWWriter
22497
Not mounting MRW UDF disc in Non MRW Writer; native UDF reader will mount it.
keUdfRefusingToMountReadOnlyWithNativeReaderPresent
22498
Not mounting UDF disc read-only because native reader is present.
keUdfGapAllocDescNotFound
22499
Internal error - expecting allocdesc marked NotRecordedNotAllocated.
keUdfCannotAllocateGap
22500
Internal error writing gap descriptor.
keUdfFileContainsNotRecordedNotAllocatedExtent
22501
File contains an extent that is marked NotRecordedNotAllocated. InCD does not c
urrently support this.
keUdfNextExtNotFollowed
22502
Internal error: Link to Next Extent was not correctly followed.
keUdfInvalidSizeOfUdfStructure
22503
The size of the descriptor exceeded the UDF limitations on the lengths of this d
escriptor.
kePacketNeedsReadBeforeWrite
22504
A packet being partially updated requires reading the packet before writing it.
keCdUdfFileEntryNotFlushed
Entry in file queue failed to flush.

22505

keNoTempPathAvailable
22506
Unable to get a pathname for creating temporary files.
keShortCountOnDevRead
22507
Internal error: Unexpected early EOF in ECopyStreamToVarPktLdev
kePacketBadNextWriteableAddress
22508
Next Writeable Address from drive does not agree with expected value.
keVatUnknownTrackStructure
22509
Arrangement of tracks in session is unexpected on a VAT volume.
keWriteOnceMediaAlreadyFormatted
22510
Write-once media is already formatted. Write-once media can only be formatted wh
en blank.

keWritingUnfinishedTrackAtNonNwaSector
22511
Internal error: writing in unfinished track, but not at NWA.
keWritingReservedTrackAtNonStartSector
22512
Internal error: writing in Reserved Track, but not at start of track.
keVatCloseSessionNeedsDoorLocked
22513
Internal error: Close Session was called with drive door not locked.
keTooManyDefects
Too many bad sectors on disk

22514

keWalkMoreSuccess
22515
Successful iteration. Continue walking.
keWalkDoneSuccess
22516
Successful iteration. Stop walking.
keErrorReadingVatFile
Unable to read VAT file

22517

keVatFileTooLarge
22518
VAT file size in VAT ICB is unreasonably large. Possible data corruption or IO e
rror.
keVatTooManyVats
22519
Too many VATs to practically walk in reasonable time period. Stopping VAT walk.
keCannotWalkBackTruncatedUdf150Vat
22520
For UDF 1.50, VAT file truncation prevents walking back VAT chain. Cannot repair
disc.
keVatFileFoundTruncated
22521
VAT file was found to be partially truncated.
keUdfNotsupportedADType
22522
Extended Allocation Descriptors Not supported
keVFRFsInvalidTmpVmgiAncp
22600
Information in structure TMP_VMGI_ANCP stored on media is not valid.
keVFRFsInvalidTmpVmgi
22601
Information in structure TMP_VMGI stored on media is not valid.
keVFRFsInvalidTmpSbm
22602
Information in structure TMP_SBM stored on media is not valid.
keVFRFsInvalidTmpExti
22603
Information in structure TMP_EXTI stored on media is not valid.
keVFRFsNotMounted
22604
VFR File system was not mounted.
keDashVRFsInvalidVmgi
22605
Information in structure VMGI stored on media is not valid.
keDashVRFsNotMounted
22606
-VR File system was not mounted.
keScdFsStartThread

24000

File system service failed to start a request thread


keCannotOpenFS
24001
File system service failed to open a file system
keFSIoctlError
24002
File system service/driver I/O Ctl failure
keFSVerifyReqd
24003
File system verification required. Remount file system.
keFSBufferOverflow
24004
File System buffer overflow while transfering data.
keFsengErrInstallDir
24005
Incomplete or corrupted installation - Please reinstall.
keFsengErrStartFsMgr
24006
Fatal error - could not start file system manager.
keIpcsrvErrStartServer
24007
Fatal error - Could not start IPC server
keIpcsrvErrStopServer
24008
Fatal error - Could not stop IPC server, system may hang...
keKfssrvErrStartThrdMgr
24009
Fatal error - Could not start thread manager for kernel requests.
keKfssrvErrTimerAddVolume
24010
Could not schedule MacFile Volume Add process. Mac support not available.
keKfssrvErrProcessAddVolume
24011
Could not create MacFile service Volume Add process. Mac support not available.
keKfssrvErrStartThread
24012
Could not start a thread to process a request.
keKfssrvNotifySFMFound
24013
Note: MacFile service located - its requests now at low priority
keKfssrvNotifySFMNormal
24014
Note: MacFile requests now at normal priority

You might also like