Messages and limitations of the Slack connector
Message code list of SLACK category
The following message codes correspond to errors that occur in Slack Connector.
This message code is output when an undefined error occurs.
Cause |
Solution |
---|---|
An undefined error occurred. |
Check the error message or the help of the operation in which the error has occurred. |
Corresponding error
-
None
This message code is output when Slack returns an error during API execution.
Cause |
Solution |
---|---|
The cause differs according to each error message. |
Check the API document of Slack that is described in the help for the operation in which the error has occurred. |
Corresponding error
-
SlackApiErrorException
This message code is output when an error occurs in the connection to Slack.
Cause |
Solution |
---|---|
This may occur when the Slack server responded with an HTTP status other than 20x. |
Check the network condition and the Slack server condition. Or check Access token of the connection resource specified in Destination. |
Corresponding error
-
SlackApiException
This message code is output due to a request cancelation, connection problem, or timeout.
Cause |
Solution |
---|---|
This exception may be thrown due to a request cancelation, connection problem, or timeout. |
Check the network condition and the Slack server condition. |
Corresponding error
-
IOException
Exception messages of SLACK category
Exception name |
Cause |
Solution |
---|---|---|
SlackApiErrorException |
The cause differs according to each error message. |
Check the settings and the input value according to the error message. |
SlackApiException |
This exception may be thrown when the Slack server responded with an HTTP status other than 20x. |
Check the network condition and the Slack server condition. Or check Access token of the connection resource specified in Destination. |
IOException |
This exception may be thrown due to a request cancelation, connection problem, or timeout. |
Check the network condition and the Slack server condition. |