Expand description
Error types for the windows-erg crate.
Structs§
- Access
Denied Error - Access denied error.
- Already
Injected Error - DLL already injected into target process error.
- Desktop
Operation Error - Desktop operation failure details.
- EtwConsume
Error - ETW consume error.
- EtwProvider
Error - ETW provider error.
- EtwSession
Error - ETW session error.
- Event
LogNot Found Error - Event log not found error.
- Event
LogParse Error - Event log parse error.
- Event
LogQuery Error - Event log query error.
- File
Operation Error - File operation error.
- Injection
Failed Error - DLL injection failed error.
- Invalid
Parameter Error - Invalid parameter error.
- Mitigation
Operation Error - Mitigation operation error.
- NotFound
Error - Resource not found error.
- Other
Error - Generic error with a message.
- Permission
Edit Error - Permission edit error.
- Pipe
Connect Error - Pipe connection error.
- Pipe
Create Error - Pipe creation error.
- Pipe
Invalid State Error - Pipe invalid-state error.
- Pipe
IoError - Pipe I/O error.
- Pipe
Timeout Error - Pipe timeout error.
- Process
NotFound Error - Process not found error.
- Process
Open Error - Failed to open process error.
- Process
Spawn Error - Failed to spawn process error.
- Process
Terminated Error - Process already terminated error.
- Proxy
Config Error - Invalid or unavailable proxy configuration.
- Proxy
Resolution Error - URL-specific proxy resolution error.
- Registry
Conversion Error - Registry value conversion error.
- Registry
Invalid Type Error - Invalid registry value type.
- Registry
KeyNot Found Error - Registry key not found.
- Registry
Value NotFound Error - Registry value not found.
- Security
Unsupported Error - Unsupported security operation.
- Service
Invalid State Error - Service invalid-state error details.
- Service
Manager Error - Service Control Manager failure details.
- Service
NotFound Error - Service not found details.
- Service
Operation Error - Service operation failure details.
- SidParse
Error - SID parsing error.
- Thread
NotFound Error - Thread not found error.
- Thread
Open Error - Failed to open thread error.
- Window
NotFound Error - Window not found details.
- Windows
ApiError - Windows API error with optional context.
Enums§
- Desktop
Error - Desktop and windowing errors.
- Error
- Main error type for windows-erg.
- EtwError
- ETW-specific errors.
- Event
LogError - Event log-specific errors.
- Mitigation
Error - Mitigation-specific errors.
- Pipe
Error - Pipe-specific errors.
- Process
Error - Process-specific errors.
- Proxy
Error - Proxy-specific errors.
- Registry
Error - Registry-specific errors.
- Security
Error - Security and permissions errors.
- Service
Error - Service-specific errors.
- Thread
Error - Thread-specific errors.
Type Aliases§
- Result
- Result type for windows-erg operations.