MCPcopy
hub / github.com/slackapi/python-slack-sdk / SlackRequestError

Class SlackRequestError

slack_sdk/errors/__init__.py:14–15  ·  view source on GitHub ↗

Error raised when there's a problem with the request that's being submitted.

Source from the content-addressed store, hash-verified

12
13
14class SlackRequestError(SlackClientError):
15 """Error raised when there's a problem with the request that's being submitted."""
16
17
18class SlackApiError(SlackClientError):

Calls

no outgoing calls

Tested by

no test coverage detected