Skip to content

MethodsCompletionException is unnecessarily complex #1452

Open
@osigida

Description

@osigida

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions