Open
Description
The com.slack.api.methods.MethodsCompletionException does not align with the partner's API (getMessage) and is challenging to maintain. It requires handling specific exceptions and examining complex details to retrieve information.
However, the implementation is unnecessarily complex and could be significantly simplified.
The Slack SDK version
1.45.3
Expected result:
It is easy to use Slack exceptions because they follow the default behavior and implement the default methods
Actual result:
Exception handling requires some specialized code