mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
chore: README update demo and Error Fix (#126)
* docs: Update README with demo gif * fix: Proxy remove dependency on interaction * fix: Update demo gif width * Update docs/demo/pmg-intro.tape Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Abhisek Datta <abhisek.datta@gmail.com> * fix: PMG demo --------- Signed-off-by: Abhisek Datta <abhisek.datta@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+10
-9
@@ -4,13 +4,14 @@ package usefulerror
|
||||
// We will use a human friendly format for the error codes and not align with posix error codes.
|
||||
// Keep this minimal. Reuse first before adding new ones.
|
||||
const (
|
||||
ErrCodeInvalidArgument = "InvalidArgument"
|
||||
ErrCodePermissionDenied = "PermissionDenied"
|
||||
ErrCodeNotFound = "NotFound"
|
||||
ErrCodeTimeout = "Timeout"
|
||||
ErrCodeCanceled = "Canceled"
|
||||
ErrCodeUnexpectedEOF = "UnexpectedEOF"
|
||||
ErrCodeUnknown = "Unknown"
|
||||
ErrCodeLifecycle = "Lifecycle"
|
||||
ErrCodeNetwork = "Network"
|
||||
ErrCodeInvalidArgument = "InvalidArgument"
|
||||
ErrCodePermissionDenied = "PermissionDenied"
|
||||
ErrCodeNotFound = "NotFound"
|
||||
ErrCodeTimeout = "Timeout"
|
||||
ErrCodeCanceled = "Canceled"
|
||||
ErrCodeUnexpectedEOF = "UnexpectedEOF"
|
||||
ErrCodeUnknown = "Unknown"
|
||||
ErrCodeLifecycle = "Lifecycle"
|
||||
ErrCodeNetwork = "Network"
|
||||
ErrCodePackageManagerExecutionFailed = "PackageManagerExecutionFailed"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user