Skip to content

implement missing "Unwrapper" interface on errors that implemented "Causer" interface#49390

Merged
vvoland merged 3 commits intomoby:masterfrom
thaJeztah:implement_unwrapper
Feb 5, 2025
Merged

implement missing "Unwrapper" interface on errors that implemented "Causer" interface#49390
vvoland merged 3 commits intomoby:masterfrom
thaJeztah:implement_unwrapper

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

cluster/executor/container: exitError: implement go1.13 unwrapper

This error implemented the Causer interface, but did not implement
the go1.13 unwrapper, which could prevent errors from being matched.

volumes/service: OpErr: implement go1.13 unwrapper

This error implemented the Causer interface, but did not implement
the go1.13 unwrapper, which could prevent errors from being matched.

distribution: fallbackError, notFoundError implement go1.13 unwrapper

These errors implemented the Causer interface, but did not implement
the go1.13 unwrapper, which could prevent errors from being matched.

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

This error implemented the Causer interface, but did not implement
the go1.13 unwrapper, which could prevent errors from being matched.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
These errors implemented the Causer interface, but did not implement
the go1.13 unwrapper, which could prevent errors from being matched.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the implement_unwrapper branch from 1316544 to 1d9cc84 Compare February 4, 2025 17:08
This error implemented the Causer interface, but did not implement
the go1.13 unwrapper, which could prevent errors from being matched.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the implement_unwrapper branch from 1d9cc84 to 294df1c Compare February 4, 2025 17:11
@vvoland vvoland merged commit 62a747f into moby:master Feb 5, 2025
@thaJeztah thaJeztah deleted the implement_unwrapper branch February 5, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants