Windows error 0x80660003, -2140798973

Detailed Error Information

E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED[1]

MessageHD Audio widget does not support the connection list parameter.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode102 (0x066)
NameFACILITY_AUDIO[1]
Error Code3 (0x0003)

Questions

5votes
3answers

Error "Operation failed because the requested database object could not be found..." when using indexedDB

We're building an application that makes extensive use of IndexedDB on Firefox to store offline data. This works well most of the time but occasionally fails with errors like the following: Exception... "The operation failed because the requested database object could not be found. For example, an object store did [...] read more
html
firefox
indexeddb

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0