ionos-cloud / docker-machine-driver

IONOS Cloud Docker Machine Driver
Apache License 2.0
6 stars 3 forks source link

fix: error messages cutoff #52

Closed avirtopeanu-ionos closed 1 year ago

avirtopeanu-ionos commented 1 year ago

What does this fix or implement?

Before

After

resp, err := c.DataCentersApi.DatacentersDelete(c.ctx, datacenterId).Execute()
if err = sdk-utils.SanitizeStatusCodeCustom(resp.StatusCode, resp.Message, api.CustomStatusCodeMessages.Set(405, "please delete the datacenter manually"), log.Info); err != nil {
    return err
}

Checklist

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

54.6% 54.6% Coverage
0.0% 0.0% Duplication