Enum aws_sdk_chatbot::Error
source · #[non_exhaustive]pub enum Error {
Show 29 variants
ConflictException(ConflictException),
CreateChimeWebhookConfigurationException(CreateChimeWebhookConfigurationException),
CreateSlackChannelConfigurationException(CreateSlackChannelConfigurationException),
CreateTeamsChannelConfigurationException(CreateTeamsChannelConfigurationException),
DeleteChimeWebhookConfigurationException(DeleteChimeWebhookConfigurationException),
DeleteMicrosoftTeamsUserIdentityException(DeleteMicrosoftTeamsUserIdentityException),
DeleteSlackChannelConfigurationException(DeleteSlackChannelConfigurationException),
DeleteSlackUserIdentityException(DeleteSlackUserIdentityException),
DeleteSlackWorkspaceAuthorizationFault(DeleteSlackWorkspaceAuthorizationFault),
DeleteTeamsChannelConfigurationException(DeleteTeamsChannelConfigurationException),
DeleteTeamsConfiguredTeamException(DeleteTeamsConfiguredTeamException),
DescribeChimeWebhookConfigurationsException(DescribeChimeWebhookConfigurationsException),
DescribeSlackChannelConfigurationsException(DescribeSlackChannelConfigurationsException),
DescribeSlackUserIdentitiesException(DescribeSlackUserIdentitiesException),
DescribeSlackWorkspacesException(DescribeSlackWorkspacesException),
GetAccountPreferencesException(GetAccountPreferencesException),
GetTeamsChannelConfigurationException(GetTeamsChannelConfigurationException),
InvalidParameterException(InvalidParameterException),
InvalidRequestException(InvalidRequestException),
LimitExceededException(LimitExceededException),
ListMicrosoftTeamsConfiguredTeamsException(ListMicrosoftTeamsConfiguredTeamsException),
ListMicrosoftTeamsUserIdentitiesException(ListMicrosoftTeamsUserIdentitiesException),
ListTeamsChannelConfigurationsException(ListTeamsChannelConfigurationsException),
ResourceNotFoundException(ResourceNotFoundException),
UpdateAccountPreferencesException(UpdateAccountPreferencesException),
UpdateChimeWebhookConfigurationException(UpdateChimeWebhookConfigurationException),
UpdateSlackChannelConfigurationException(UpdateSlackChannelConfigurationException),
UpdateTeamsChannelConfigurationException(UpdateTeamsChannelConfigurationException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
ConflictException(ConflictException)
There was an issue processing your request.
CreateChimeWebhookConfigurationException(CreateChimeWebhookConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
CreateSlackChannelConfigurationException(CreateSlackChannelConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
CreateTeamsChannelConfigurationException(CreateTeamsChannelConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
DeleteChimeWebhookConfigurationException(DeleteChimeWebhookConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
DeleteMicrosoftTeamsUserIdentityException(DeleteMicrosoftTeamsUserIdentityException)
We can’t process your request right now because of a server issue. Try again later.
DeleteSlackChannelConfigurationException(DeleteSlackChannelConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
DeleteSlackUserIdentityException(DeleteSlackUserIdentityException)
We can’t process your request right now because of a server issue. Try again later.
DeleteSlackWorkspaceAuthorizationFault(DeleteSlackWorkspaceAuthorizationFault)
There was an issue deleting your Slack workspace.
DeleteTeamsChannelConfigurationException(DeleteTeamsChannelConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
DeleteTeamsConfiguredTeamException(DeleteTeamsConfiguredTeamException)
We can’t process your request right now because of a server issue. Try again later.
DescribeChimeWebhookConfigurationsException(DescribeChimeWebhookConfigurationsException)
We can’t process your request right now because of a server issue. Try again later.
DescribeSlackChannelConfigurationsException(DescribeSlackChannelConfigurationsException)
We can’t process your request right now because of a server issue. Try again later.
DescribeSlackUserIdentitiesException(DescribeSlackUserIdentitiesException)
We can’t process your request right now because of a server issue. Try again later.
DescribeSlackWorkspacesException(DescribeSlackWorkspacesException)
We can’t process your request right now because of a server issue. Try again later.
GetAccountPreferencesException(GetAccountPreferencesException)
We can’t process your request right now because of a server issue. Try again later.
GetTeamsChannelConfigurationException(GetTeamsChannelConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
InvalidParameterException(InvalidParameterException)
Your request input doesn’t meet the constraints that AWS Chatbot requires.
InvalidRequestException(InvalidRequestException)
Your request input doesn’t meet the constraints that AWS Chatbot requires.
LimitExceededException(LimitExceededException)
You have exceeded a service limit for AWS Chatbot.
ListMicrosoftTeamsConfiguredTeamsException(ListMicrosoftTeamsConfiguredTeamsException)
We can’t process your request right now because of a server issue. Try again later.
ListMicrosoftTeamsUserIdentitiesException(ListMicrosoftTeamsUserIdentitiesException)
We can’t process your request right now because of a server issue. Try again later.
ListTeamsChannelConfigurationsException(ListTeamsChannelConfigurationsException)
We can’t process your request right now because of a server issue. Try again later.
ResourceNotFoundException(ResourceNotFoundException)
We were not able to find the resource for your request.
UpdateAccountPreferencesException(UpdateAccountPreferencesException)
We can’t process your request right now because of a server issue. Try again later.
UpdateChimeWebhookConfigurationException(UpdateChimeWebhookConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
UpdateSlackChannelConfigurationException(UpdateSlackChannelConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
UpdateTeamsChannelConfigurationException(UpdateTeamsChannelConfigurationException)
We can’t process your request right now because of a server issue. Try again later.
Unhandled(Unhandled)
Unhandled
directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code()
:
err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ }
See ProvideErrorMetadata
for what information is available for the error.An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).