Skip to content

Commit

Permalink
new errs
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed Apr 2, 2020
1 parent 92cb23a commit 83fcc68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/errhelp/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ const (
NotFoundErrorCode = "NotFound"
NoSuchHost = "no such host"
ParentNotFoundErrorCode = "ParentResourceNotFound"
QuotaExceeded = "QuotaExceeded"
ResourceGroupNotFoundErrorCode = "ResourceGroupNotFound"
RegionDoesNotAllowProvisioning = "RegionDoesNotAllowProvisioning"
ResourceNotFound = "ResourceNotFound"
RequestConflictError = "Conflict"
ValidationError = "ValidationError"
Expand Down

0 comments on commit 83fcc68

Please sign in to comment.