Trait aws_sdk_chime::error::ProvideErrorMetadata

source ·
pub trait ProvideErrorMetadata {
    // Required method
    fn meta(&self) -> &ErrorMetadata;

    // Provided methods
    fn code(&self) -> Option<&str> { ... }
    fn message(&self) -> Option<&str> { ... }
}
Expand description

Trait to retrieve error metadata from a result

Required Methods§

source

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.

Provided Methods§

source

fn code(&self) -> Option<&str>

Returns the error code if it’s available.

source

fn message(&self) -> Option<&str>

Returns the error message, if there is one.

Implementations on Foreign Types§

source§

impl<E, R> ProvideErrorMetadata for SdkError<E, R>

source§

impl<O, E> ProvideErrorMetadata for WaiterError<O, E>

Implementors§

source§

impl ProvideErrorMetadata for Error

source§

impl ProvideErrorMetadata for AssociatePhoneNumberWithUserError

source§

impl ProvideErrorMetadata for AssociatePhoneNumbersWithVoiceConnectorError

source§

impl ProvideErrorMetadata for AssociatePhoneNumbersWithVoiceConnectorGroupError

source§

impl ProvideErrorMetadata for AssociateSigninDelegateGroupsWithAccountError

source§

impl ProvideErrorMetadata for BatchCreateAttendeeError

source§

impl ProvideErrorMetadata for BatchCreateChannelMembershipError

source§

impl ProvideErrorMetadata for BatchCreateRoomMembershipError

source§

impl ProvideErrorMetadata for BatchDeletePhoneNumberError

source§

impl ProvideErrorMetadata for BatchSuspendUserError

source§

impl ProvideErrorMetadata for BatchUnsuspendUserError

source§

impl ProvideErrorMetadata for BatchUpdatePhoneNumberError

source§

impl ProvideErrorMetadata for BatchUpdateUserError

source§

impl ProvideErrorMetadata for CreateAccountError

source§

impl ProvideErrorMetadata for CreateAppInstanceError

source§

impl ProvideErrorMetadata for CreateAppInstanceAdminError

source§

impl ProvideErrorMetadata for CreateAppInstanceUserError

source§

impl ProvideErrorMetadata for CreateAttendeeError

source§

impl ProvideErrorMetadata for CreateBotError

source§

impl ProvideErrorMetadata for CreateChannelError

source§

impl ProvideErrorMetadata for CreateChannelBanError

source§

impl ProvideErrorMetadata for CreateChannelMembershipError

source§

impl ProvideErrorMetadata for CreateChannelModeratorError

source§

impl ProvideErrorMetadata for CreateMediaCapturePipelineError

source§

impl ProvideErrorMetadata for CreateMeetingError

source§

impl ProvideErrorMetadata for CreateMeetingDialOutError

source§

impl ProvideErrorMetadata for CreateMeetingWithAttendeesError

source§

impl ProvideErrorMetadata for CreatePhoneNumberOrderError

source§

impl ProvideErrorMetadata for CreateProxySessionError

source§

impl ProvideErrorMetadata for CreateRoomError

source§

impl ProvideErrorMetadata for CreateRoomMembershipError

source§

impl ProvideErrorMetadata for CreateSipMediaApplicationError

source§

impl ProvideErrorMetadata for CreateSipMediaApplicationCallError

source§

impl ProvideErrorMetadata for CreateSipRuleError

source§

impl ProvideErrorMetadata for CreateUserError

source§

impl ProvideErrorMetadata for CreateVoiceConnectorError

source§

impl ProvideErrorMetadata for CreateVoiceConnectorGroupError

source§

impl ProvideErrorMetadata for DeleteAccountError

source§

impl ProvideErrorMetadata for DeleteAppInstanceError

source§

impl ProvideErrorMetadata for DeleteAppInstanceAdminError

source§

impl ProvideErrorMetadata for DeleteAppInstanceStreamingConfigurationsError

source§

impl ProvideErrorMetadata for DeleteAppInstanceUserError

source§

impl ProvideErrorMetadata for DeleteAttendeeError

source§

impl ProvideErrorMetadata for DeleteChannelError

source§

impl ProvideErrorMetadata for DeleteChannelBanError

source§

impl ProvideErrorMetadata for DeleteChannelMembershipError

source§

impl ProvideErrorMetadata for DeleteChannelMessageError

source§

impl ProvideErrorMetadata for DeleteChannelModeratorError

source§

impl ProvideErrorMetadata for DeleteEventsConfigurationError

source§

impl ProvideErrorMetadata for DeleteMediaCapturePipelineError

source§

impl ProvideErrorMetadata for DeleteMeetingError

source§

impl ProvideErrorMetadata for DeletePhoneNumberError

source§

impl ProvideErrorMetadata for DeleteProxySessionError

source§

impl ProvideErrorMetadata for DeleteRoomError

source§

impl ProvideErrorMetadata for DeleteRoomMembershipError

source§

impl ProvideErrorMetadata for DeleteSipMediaApplicationError

source§

impl ProvideErrorMetadata for DeleteSipRuleError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorEmergencyCallingConfigurationError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorGroupError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorOriginationError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorProxyError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorStreamingConfigurationError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorTerminationError

source§

impl ProvideErrorMetadata for DeleteVoiceConnectorTerminationCredentialsError

source§

impl ProvideErrorMetadata for DescribeAppInstanceError

source§

impl ProvideErrorMetadata for DescribeAppInstanceAdminError

source§

impl ProvideErrorMetadata for DescribeAppInstanceUserError

source§

impl ProvideErrorMetadata for DescribeChannelError

source§

impl ProvideErrorMetadata for DescribeChannelBanError

source§

impl ProvideErrorMetadata for DescribeChannelMembershipError

source§

impl ProvideErrorMetadata for DescribeChannelMembershipForAppInstanceUserError

source§

impl ProvideErrorMetadata for DescribeChannelModeratedByAppInstanceUserError

source§

impl ProvideErrorMetadata for DescribeChannelModeratorError

source§

impl ProvideErrorMetadata for DisassociatePhoneNumberFromUserError

source§

impl ProvideErrorMetadata for DisassociatePhoneNumbersFromVoiceConnectorError

source§

impl ProvideErrorMetadata for DisassociatePhoneNumbersFromVoiceConnectorGroupError

source§

impl ProvideErrorMetadata for DisassociateSigninDelegateGroupsFromAccountError

source§

impl ProvideErrorMetadata for GetAccountError

source§

impl ProvideErrorMetadata for GetAccountSettingsError

source§

impl ProvideErrorMetadata for GetAppInstanceRetentionSettingsError

source§

impl ProvideErrorMetadata for GetAppInstanceStreamingConfigurationsError

source§

impl ProvideErrorMetadata for GetAttendeeError

source§

impl ProvideErrorMetadata for GetBotError

source§

impl ProvideErrorMetadata for GetChannelMessageError

source§

impl ProvideErrorMetadata for GetEventsConfigurationError

source§

impl ProvideErrorMetadata for GetGlobalSettingsError

source§

impl ProvideErrorMetadata for GetMediaCapturePipelineError

source§

impl ProvideErrorMetadata for GetMeetingError

source§

impl ProvideErrorMetadata for GetMessagingSessionEndpointError

source§

impl ProvideErrorMetadata for GetPhoneNumberError

source§

impl ProvideErrorMetadata for GetPhoneNumberOrderError

source§

impl ProvideErrorMetadata for GetPhoneNumberSettingsError

source§

impl ProvideErrorMetadata for GetProxySessionError

source§

impl ProvideErrorMetadata for GetRetentionSettingsError

source§

impl ProvideErrorMetadata for GetRoomError

source§

impl ProvideErrorMetadata for GetSipMediaApplicationError

source§

impl ProvideErrorMetadata for GetSipMediaApplicationLoggingConfigurationError

source§

impl ProvideErrorMetadata for GetSipRuleError

source§

impl ProvideErrorMetadata for GetUserError

source§

impl ProvideErrorMetadata for GetUserSettingsError

source§

impl ProvideErrorMetadata for GetVoiceConnectorError

source§

impl ProvideErrorMetadata for GetVoiceConnectorEmergencyCallingConfigurationError

source§

impl ProvideErrorMetadata for GetVoiceConnectorGroupError

source§

impl ProvideErrorMetadata for GetVoiceConnectorLoggingConfigurationError

source§

impl ProvideErrorMetadata for GetVoiceConnectorOriginationError

source§

impl ProvideErrorMetadata for GetVoiceConnectorProxyError

source§

impl ProvideErrorMetadata for GetVoiceConnectorStreamingConfigurationError

source§

impl ProvideErrorMetadata for GetVoiceConnectorTerminationError

source§

impl ProvideErrorMetadata for GetVoiceConnectorTerminationHealthError

source§

impl ProvideErrorMetadata for InviteUsersError

source§

impl ProvideErrorMetadata for ListAccountsError

source§

impl ProvideErrorMetadata for ListAppInstanceAdminsError

source§

impl ProvideErrorMetadata for ListAppInstanceUsersError

source§

impl ProvideErrorMetadata for ListAppInstancesError

source§

impl ProvideErrorMetadata for ListAttendeeTagsError

source§

impl ProvideErrorMetadata for ListAttendeesError

source§

impl ProvideErrorMetadata for ListBotsError

source§

impl ProvideErrorMetadata for ListChannelBansError

source§

impl ProvideErrorMetadata for ListChannelMembershipsError

source§

impl ProvideErrorMetadata for ListChannelMembershipsForAppInstanceUserError

source§

impl ProvideErrorMetadata for ListChannelMessagesError

source§

impl ProvideErrorMetadata for ListChannelModeratorsError

source§

impl ProvideErrorMetadata for ListChannelsError

source§

impl ProvideErrorMetadata for ListChannelsModeratedByAppInstanceUserError

source§

impl ProvideErrorMetadata for ListMediaCapturePipelinesError

source§

impl ProvideErrorMetadata for ListMeetingTagsError

source§

impl ProvideErrorMetadata for ListMeetingsError

source§

impl ProvideErrorMetadata for ListPhoneNumberOrdersError

source§

impl ProvideErrorMetadata for ListPhoneNumbersError

source§

impl ProvideErrorMetadata for ListProxySessionsError

source§

impl ProvideErrorMetadata for ListRoomMembershipsError

source§

impl ProvideErrorMetadata for ListRoomsError

source§

impl ProvideErrorMetadata for ListSipMediaApplicationsError

source§

impl ProvideErrorMetadata for ListSipRulesError

source§

impl ProvideErrorMetadata for ListSupportedPhoneNumberCountriesError

source§

impl ProvideErrorMetadata for ListTagsForResourceError

source§

impl ProvideErrorMetadata for ListUsersError

source§

impl ProvideErrorMetadata for ListVoiceConnectorGroupsError

source§

impl ProvideErrorMetadata for ListVoiceConnectorTerminationCredentialsError

source§

impl ProvideErrorMetadata for ListVoiceConnectorsError

source§

impl ProvideErrorMetadata for LogoutUserError

source§

impl ProvideErrorMetadata for PutAppInstanceRetentionSettingsError

source§

impl ProvideErrorMetadata for PutAppInstanceStreamingConfigurationsError

source§

impl ProvideErrorMetadata for PutEventsConfigurationError

source§

impl ProvideErrorMetadata for PutRetentionSettingsError

source§

impl ProvideErrorMetadata for PutSipMediaApplicationLoggingConfigurationError

source§

impl ProvideErrorMetadata for PutVoiceConnectorEmergencyCallingConfigurationError

source§

impl ProvideErrorMetadata for PutVoiceConnectorLoggingConfigurationError

source§

impl ProvideErrorMetadata for PutVoiceConnectorOriginationError

source§

impl ProvideErrorMetadata for PutVoiceConnectorProxyError

source§

impl ProvideErrorMetadata for PutVoiceConnectorStreamingConfigurationError

source§

impl ProvideErrorMetadata for PutVoiceConnectorTerminationError

source§

impl ProvideErrorMetadata for PutVoiceConnectorTerminationCredentialsError

source§

impl ProvideErrorMetadata for RedactChannelMessageError

source§

impl ProvideErrorMetadata for RedactConversationMessageError

source§

impl ProvideErrorMetadata for RedactRoomMessageError

source§

impl ProvideErrorMetadata for RegenerateSecurityTokenError

source§

impl ProvideErrorMetadata for ResetPersonalPINError

source§

impl ProvideErrorMetadata for RestorePhoneNumberError

source§

impl ProvideErrorMetadata for SearchAvailablePhoneNumbersError

source§

impl ProvideErrorMetadata for SendChannelMessageError

source§

impl ProvideErrorMetadata for StartMeetingTranscriptionError

source§

impl ProvideErrorMetadata for StopMeetingTranscriptionError

source§

impl ProvideErrorMetadata for TagAttendeeError

source§

impl ProvideErrorMetadata for TagMeetingError

source§

impl ProvideErrorMetadata for TagResourceError

source§

impl ProvideErrorMetadata for UntagAttendeeError

source§

impl ProvideErrorMetadata for UntagMeetingError

source§

impl ProvideErrorMetadata for UntagResourceError

source§

impl ProvideErrorMetadata for UpdateAccountError

source§

impl ProvideErrorMetadata for UpdateAccountSettingsError

source§

impl ProvideErrorMetadata for UpdateAppInstanceError

source§

impl ProvideErrorMetadata for UpdateAppInstanceUserError

source§

impl ProvideErrorMetadata for UpdateBotError

source§

impl ProvideErrorMetadata for UpdateChannelError

source§

impl ProvideErrorMetadata for UpdateChannelMessageError

source§

impl ProvideErrorMetadata for UpdateChannelReadMarkerError

source§

impl ProvideErrorMetadata for UpdateGlobalSettingsError

source§

impl ProvideErrorMetadata for UpdatePhoneNumberError

source§

impl ProvideErrorMetadata for UpdatePhoneNumberSettingsError

source§

impl ProvideErrorMetadata for UpdateProxySessionError

source§

impl ProvideErrorMetadata for UpdateRoomError

source§

impl ProvideErrorMetadata for UpdateRoomMembershipError

source§

impl ProvideErrorMetadata for UpdateSipMediaApplicationError

source§

impl ProvideErrorMetadata for UpdateSipMediaApplicationCallError

source§

impl ProvideErrorMetadata for UpdateSipRuleError

source§

impl ProvideErrorMetadata for UpdateUserError

source§

impl ProvideErrorMetadata for UpdateUserSettingsError

source§

impl ProvideErrorMetadata for UpdateVoiceConnectorError

source§

impl ProvideErrorMetadata for UpdateVoiceConnectorGroupError

source§

impl ProvideErrorMetadata for ValidateE911AddressError

source§

impl ProvideErrorMetadata for AccessDeniedException

source§

impl ProvideErrorMetadata for BadRequestException

source§

impl ProvideErrorMetadata for ConflictException

source§

impl ProvideErrorMetadata for ForbiddenException

source§

impl ProvideErrorMetadata for NotFoundException

source§

impl ProvideErrorMetadata for ResourceLimitExceededException

source§

impl ProvideErrorMetadata for ServiceFailureException

source§

impl ProvideErrorMetadata for ServiceUnavailableException

source§

impl ProvideErrorMetadata for ThrottledClientException

source§

impl ProvideErrorMetadata for UnauthorizedClientException

source§

impl ProvideErrorMetadata for UnprocessableEntityException

source§

impl ProvideErrorMetadata for ErrorMetadata