Windows error 0x800705AD, -2147023443

Detailed Error Information

WORKING_SET_QUOTA[1]

MessageInsufficient quota to complete the requested service.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1453 (0x05ad)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000005ad.

Questions

0votes
0answers

Uwp app got crashed while showing badge with an error - The Notification Platform is Unavailable

My application got crashed with an error message which i am not able to understand - 6268|2021-01-26T18:37:26.2933078+00:00|INFO|2|App|1/26/2021 2:37:26 PM = App_UnhandledException() EX = The notification platform is unavailable. 6269|2021-01-26T18:37:27.8193806+00:00|INFO|2|App|1/26/2021 2:37:27 PM = App_UnhandledException() StackTrace = at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x60 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x36 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + [...] read more
uwp
badge

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