We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to create a chat handle that is not present in the slack organisation the following error is returned:
cogctl chat-handles create --user user --handle user --chat-provider slack ** (FunctionClauseError) no function clause matching in Access.fetch/2 (elixir) lib/access.ex:147: Access.fetch("Server internal error", "errors") (elixir) lib/access.ex:179: Access.get/3 (cogctl) lib/cogctl/actions/chat_handles/create.ex:22: Cogctl.Actions.ChatHandles.Create.do_create/2 (cogctl) lib/cogctl.ex:20: Cogctl.main/1 (elixir) lib/kernel/cli.ex:76: anonymous fn/3 in Kernel.CLI.exec_fun/2
A more descriptive error should be returned.
The text was updated successfully, but these errors were encountered:
mpeck
Successfully merging a pull request may close this issue.
When trying to create a chat handle that is not present in the slack organisation the following error is returned:
A more descriptive error should be returned.
The text was updated successfully, but these errors were encountered: