Skip to main content

Module error

Module error 

Source
Expand description

Error types for the windows-erg crate.

Structs§

AccessDeniedError
Access denied error.
AlreadyInjectedError
DLL already injected into target process error.
DesktopOperationError
Desktop operation failure details.
EtwConsumeError
ETW consume error.
EtwProviderError
ETW provider error.
EtwSessionError
ETW session error.
EventLogNotFoundError
Event log not found error.
EventLogParseError
Event log parse error.
EventLogQueryError
Event log query error.
FileOperationError
File operation error.
InjectionFailedError
DLL injection failed error.
InvalidParameterError
Invalid parameter error.
MitigationOperationError
Mitigation operation error.
NotFoundError
Resource not found error.
OtherError
Generic error with a message.
PermissionEditError
Permission edit error.
PipeConnectError
Pipe connection error.
PipeCreateError
Pipe creation error.
PipeInvalidStateError
Pipe invalid-state error.
PipeIoError
Pipe I/O error.
PipeTimeoutError
Pipe timeout error.
ProcessNotFoundError
Process not found error.
ProcessOpenError
Failed to open process error.
ProcessSpawnError
Failed to spawn process error.
ProcessTerminatedError
Process already terminated error.
ProxyConfigError
Invalid or unavailable proxy configuration.
ProxyResolutionError
URL-specific proxy resolution error.
RegistryConversionError
Registry value conversion error.
RegistryInvalidTypeError
Invalid registry value type.
RegistryKeyNotFoundError
Registry key not found.
RegistryValueNotFoundError
Registry value not found.
SecurityUnsupportedError
Unsupported security operation.
ServiceInvalidStateError
Service invalid-state error details.
ServiceManagerError
Service Control Manager failure details.
ServiceNotFoundError
Service not found details.
ServiceOperationError
Service operation failure details.
SidParseError
SID parsing error.
ThreadNotFoundError
Thread not found error.
ThreadOpenError
Failed to open thread error.
WindowNotFoundError
Window not found details.
WindowsApiError
Windows API error with optional context.

Enums§

DesktopError
Desktop and windowing errors.
Error
Main error type for windows-erg.
EtwError
ETW-specific errors.
EventLogError
Event log-specific errors.
MitigationError
Mitigation-specific errors.
PipeError
Pipe-specific errors.
ProcessError
Process-specific errors.
ProxyError
Proxy-specific errors.
RegistryError
Registry-specific errors.
SecurityError
Security and permissions errors.
ServiceError
Service-specific errors.
ThreadError
Thread-specific errors.

Type Aliases§

Result
Result type for windows-erg operations.