hydra.dsl.error.system module
DSL functions for hydra.error.system.
- hydra.dsl.error.system.system_error_command_not_found(x: TypedTerm[FilePath]) TypedTerm[SystemError]
DSL injection for the commandNotFound variant of hydra.error.system.SystemError.
- hydra.dsl.error.system.system_error_invalid_working_directory(x: TypedTerm[FilePath]) TypedTerm[SystemError]
DSL injection for the invalidWorkingDirectory variant of hydra.error.system.SystemError.
- hydra.dsl.error.system.system_error_other(x: TypedTerm[str]) TypedTerm[SystemError]
DSL injection for the other variant of hydra.error.system.SystemError.
- hydra.dsl.error.system.system_error_permission_denied(x: TypedTerm[FilePath]) TypedTerm[SystemError]
DSL injection for the permissionDenied variant of hydra.error.system.SystemError.