✅ How to get PowerShell exit code error number meaning?

Currently my last exit code is -1073741515 but without output. Does anyone know how to get the details about that code?
11 Replies
ero
ero2y ago
Google it...? Or like, do you specifically want to display the info? So in the console or whatever you're building?
a coding witch
Already did stop harassing me forgot my existence
ero
ero2y ago
??? So if you googled you should have found that the error code means that a DLL could not be found
a coding witch
tried all the possible combinations
MODiX
MODiX2y ago
Ero#1111
REPL Result: Success
$"0x{-107374151:X5}"
$"0x{-107374151:X5}"
Result: string
0xF99999B9
0xF99999B9
Compile: 440.178ms | Execution: 33.682ms | React with ❌ to remove this embed.
ero
ero2y ago
Man
MODiX
MODiX2y ago
Ero#1111
REPL Result: Success
$"0x{-1073741515:X}"
$"0x{-1073741515:X}"
Result: string
0xC0000135
0xC0000135
Compile: 415.865ms | Execution: 33.459ms | React with ❌ to remove this embed.
ero
ero2y ago
That's the one
a coding witch
the error
ero
ero2y ago
Indeed Error codes are in hex