You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[delete instance] type: *scw.ResourceNotFoundError, value: scaleway-sdk-go: resource with ID 5e858181-e9c2-4f46-8f03-0197b6eb045a is not found
[delete sg] type: *scw.ResponseError, value: scaleway-sdk-go: http error 404 Not Found: security group "c7b2072b-f7b5-4ae0-84b1-9c3245dbabd2" not found
Expected:
[delete instance] type: *scw.ResourceNotFoundError, value: scaleway-sdk-go: resource with ID 5e858181-e9c2-4f46-8f03-0197b6eb045a is not found
[delete sg] type: *scw.ResourceNotFoundError, value: scaleway-sdk-go: resource with ID c7b2072b-f7b5-4ae0-84b1-9c3245dbabd2 is not found
The text was updated successfully, but these errors were encountered:
When not found, some resources returns a
*scw.ResourceNotFoundError
and some others a*scw.ResponseError
with StatusCode 404.Using branch master (df9902c) with go 1.13.5.
To reproduce:
Result:
Expected:
The text was updated successfully, but these errors were encountered: