Module sortery::messages::error_messages[][src]

Expand description

Error message structs for common errors.

Structs

When the user inputs a file or directory that doesn’t exist. path is a File representing the path that does not exist.

When an attemtped file rename fails. File source is the old file path, and File target is the path that source should have been renamed to.