ProvideErrorMetadata

Trait 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 AddPermissionError

Source§

impl ProvideErrorMetadata for CheckIfPhoneNumberIsOptedOutError

Source§

impl ProvideErrorMetadata for ConfirmSubscriptionError

Source§

impl ProvideErrorMetadata for CreatePlatformApplicationError

Source§

impl ProvideErrorMetadata for CreatePlatformEndpointError

Source§

impl ProvideErrorMetadata for CreateSMSSandboxPhoneNumberError

Source§

impl ProvideErrorMetadata for CreateTopicError

Source§

impl ProvideErrorMetadata for DeleteEndpointError

Source§

impl ProvideErrorMetadata for DeletePlatformApplicationError

Source§

impl ProvideErrorMetadata for DeleteSMSSandboxPhoneNumberError

Source§

impl ProvideErrorMetadata for DeleteTopicError

Source§

impl ProvideErrorMetadata for GetDataProtectionPolicyError

Source§

impl ProvideErrorMetadata for GetEndpointAttributesError

Source§

impl ProvideErrorMetadata for GetPlatformApplicationAttributesError

Source§

impl ProvideErrorMetadata for GetSMSAttributesError

Source§

impl ProvideErrorMetadata for GetSMSSandboxAccountStatusError

Source§

impl ProvideErrorMetadata for GetSubscriptionAttributesError

Source§

impl ProvideErrorMetadata for GetTopicAttributesError

Source§

impl ProvideErrorMetadata for ListEndpointsByPlatformApplicationError

Source§

impl ProvideErrorMetadata for ListOriginationNumbersError

Source§

impl ProvideErrorMetadata for ListPhoneNumbersOptedOutError

Source§

impl ProvideErrorMetadata for ListPlatformApplicationsError

Source§

impl ProvideErrorMetadata for ListSMSSandboxPhoneNumbersError

Source§

impl ProvideErrorMetadata for ListSubscriptionsError

Source§

impl ProvideErrorMetadata for ListSubscriptionsByTopicError

Source§

impl ProvideErrorMetadata for ListTagsForResourceError

Source§

impl ProvideErrorMetadata for ListTopicsError

Source§

impl ProvideErrorMetadata for OptInPhoneNumberError

Source§

impl ProvideErrorMetadata for PublishError

Source§

impl ProvideErrorMetadata for PublishBatchError

Source§

impl ProvideErrorMetadata for PutDataProtectionPolicyError

Source§

impl ProvideErrorMetadata for RemovePermissionError

Source§

impl ProvideErrorMetadata for SetEndpointAttributesError

Source§

impl ProvideErrorMetadata for SetPlatformApplicationAttributesError

Source§

impl ProvideErrorMetadata for SetSMSAttributesError

Source§

impl ProvideErrorMetadata for SetSubscriptionAttributesError

Source§

impl ProvideErrorMetadata for SetTopicAttributesError

Source§

impl ProvideErrorMetadata for SubscribeError

Source§

impl ProvideErrorMetadata for TagResourceError

Source§

impl ProvideErrorMetadata for UnsubscribeError

Source§

impl ProvideErrorMetadata for UntagResourceError

Source§

impl ProvideErrorMetadata for VerifySMSSandboxPhoneNumberError

Source§

impl ProvideErrorMetadata for AuthorizationErrorException

Source§

impl ProvideErrorMetadata for BatchEntryIdsNotDistinctException

Source§

impl ProvideErrorMetadata for BatchRequestTooLongException

Source§

impl ProvideErrorMetadata for ConcurrentAccessException

Source§

impl ProvideErrorMetadata for EmptyBatchRequestException

Source§

impl ProvideErrorMetadata for EndpointDisabledException

Source§

impl ProvideErrorMetadata for FilterPolicyLimitExceededException

Source§

impl ProvideErrorMetadata for InternalErrorException

Source§

impl ProvideErrorMetadata for InvalidBatchEntryIdException

Source§

impl ProvideErrorMetadata for InvalidParameterException

Source§

impl ProvideErrorMetadata for InvalidParameterValueException

Source§

impl ProvideErrorMetadata for InvalidSecurityException

Source§

impl ProvideErrorMetadata for InvalidStateException

Source§

impl ProvideErrorMetadata for KmsAccessDeniedException

Source§

impl ProvideErrorMetadata for KmsDisabledException

Source§

impl ProvideErrorMetadata for KmsInvalidStateException

Source§

impl ProvideErrorMetadata for KmsNotFoundException

Source§

impl ProvideErrorMetadata for KmsOptInRequired

Source§

impl ProvideErrorMetadata for KmsThrottlingException

Source§

impl ProvideErrorMetadata for NotFoundException

Source§

impl ProvideErrorMetadata for OptedOutException

Source§

impl ProvideErrorMetadata for PlatformApplicationDisabledException

Source§

impl ProvideErrorMetadata for ReplayLimitExceededException

Source§

impl ProvideErrorMetadata for ResourceNotFoundException

Source§

impl ProvideErrorMetadata for StaleTagException

Source§

impl ProvideErrorMetadata for SubscriptionLimitExceededException

Source§

impl ProvideErrorMetadata for TagLimitExceededException

Source§

impl ProvideErrorMetadata for TagPolicyException

Source§

impl ProvideErrorMetadata for ThrottledException

Source§

impl ProvideErrorMetadata for TooManyEntriesInBatchRequestException

Source§

impl ProvideErrorMetadata for TopicLimitExceededException

Source§

impl ProvideErrorMetadata for UserErrorException

Source§

impl ProvideErrorMetadata for ValidationException

Source§

impl ProvideErrorMetadata for VerificationException

Source§

impl ProvideErrorMetadata for ErrorMetadata