Skip to content

Commit

Permalink
Merge pull request #203 from IBM/sanity
Browse files Browse the repository at this point in the history
added error type for node not  found
  • Loading branch information
akgunjal authored Apr 6, 2020
2 parents 3cccb95 + d5e73c1 commit 4d75123
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/utils/error_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ const (
// AttachFailed ...
AttachFailed = "AttachFailed"

// DetachFailed ///
// InstanceNotFound ...
NodeNotFound = "NodeNotFound"

// DetachFailed ...
DetachFailed = "DetachFailed"
)

Expand Down

0 comments on commit 4d75123

Please sign in to comment.