aboutsummaryrefslogtreecommitdiff
path: root/include/error_handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Error handler:Joseph Hunkeler2020-05-251-0/+2
| | | | | * Add spm_die() * Add SPM_ERR_FETCH to handle non-package download failures
* Add SPM_ERR_NOT_IMPLEMENTED error typeJoseph Hunkeler2020-05-011-0/+1
|
* Add SPM_ERR_PARSE error typeJoseph Hunkeler2020-04-241-0/+1
|
* Properly declare SPM_ERR_STRING globalJoseph Hunkeler2020-04-191-13/+1
|
* Better reporting when a package does not existJoseph Hunkeler2020-04-191-0/+5
| | | | | | | | * Add additional errors * Fix user_input function missing an error return value * spmbuild sources a temporary file instead of output from a sub-shell * Fix indentation problem * A reason can be attached to spmerrno using spmerrno_cause()
* Add error handlerJoseph Hunkeler2020-04-191-0/+34