wobsite.Status
type pub enum Status
The result of a background job.
Constructors
Ok
Ok()
The job finished successfully.
Error
Error(Path, String)
The job failed.
The arguments of this case are as follows:
- The path of the file that the error belongs to
- An error message