Skip to content

Commit

Permalink
Add TaskNotFound error
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Sep 20, 2023
1 parent 806b41e commit a0d40b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/outofband/bmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var (

ErrBMCQuery = errors.New("error occurred in bmc query")
ErrMaxBMCQueryAttempts = errors.New("reached maximum BMC query attempts")
ErrTaskNotFound = errors.New("task not found")
ErrFirmwareInstallFailed = errors.New("firmware install failed")
ErrFirmwareInstallStatusUnexpected = errors.New("firmware install status unexpected")
)
Expand Down

0 comments on commit a0d40b4

Please sign in to comment.