#[non_exhaustive]pub enum Error {
Show 14 variants
AlreadyStreamedException(AlreadyStreamedException),
ConcurrentModificationException(ConcurrentModificationException),
DuplicateRequestException(DuplicateRequestException),
InternalErrorException(InternalErrorException),
InvalidConfigurationException(InvalidConfigurationException),
InvalidLambdaFunctionOutputException(InvalidLambdaFunctionOutputException),
InvalidParameterException(InvalidParameterException),
LambdaThrottledException(LambdaThrottledException),
LimitExceededException(LimitExceededException),
NotAuthorizedException(NotAuthorizedException),
ResourceConflictException(ResourceConflictException),
ResourceNotFoundException(ResourceNotFoundException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AlreadyStreamedException(AlreadyStreamedException)
An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish operation completed successfully.
ConcurrentModificationException(ConcurrentModificationException)
Thrown if there are parallel requests to modify a resource.
DuplicateRequestException(DuplicateRequestException)
An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.
InternalErrorException(InternalErrorException)
Indicates an internal service error.
InvalidConfigurationException(InvalidConfigurationException)
InvalidLambdaFunctionOutputException(InvalidLambdaFunctionOutputException)
The AWS Lambda function returned invalid output or an exception.
InvalidParameterException(InvalidParameterException)
Thrown when a request parameter does not comply with the associated constraints.
LambdaThrottledException(LambdaThrottledException)
AWS Lambda throttled your account, please contact AWS Support
LimitExceededException(LimitExceededException)
Thrown when the limit on the number of objects or operations has been exceeded.
NotAuthorizedException(NotAuthorizedException)
Thrown when a user is not authorized to access the requested resource.
ResourceConflictException(ResourceConflictException)
Thrown if an update can’t be applied because the resource was changed by another call and this would result in a conflict.
ResourceNotFoundException(ResourceNotFoundException)
Thrown if the resource doesn’t exist.
TooManyRequestsException(TooManyRequestsException)
Thrown if the request is throttled.
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).
Trait Implementations§
Source§impl Error for Error
impl Error for Error
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
Source§impl From<BuildError> for Error
impl From<BuildError> for Error
Source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
Source§impl From<BulkPublishError> for Error
impl From<BulkPublishError> for Error
Source§fn from(err: BulkPublishError) -> Self
fn from(err: BulkPublishError) -> Self
Source§impl From<DeleteDatasetError> for Error
impl From<DeleteDatasetError> for Error
Source§fn from(err: DeleteDatasetError) -> Self
fn from(err: DeleteDatasetError) -> Self
Source§impl From<DescribeDatasetError> for Error
impl From<DescribeDatasetError> for Error
Source§fn from(err: DescribeDatasetError) -> Self
fn from(err: DescribeDatasetError) -> Self
Source§impl From<DescribeIdentityPoolUsageError> for Error
impl From<DescribeIdentityPoolUsageError> for Error
Source§fn from(err: DescribeIdentityPoolUsageError) -> Self
fn from(err: DescribeIdentityPoolUsageError) -> Self
Source§impl From<DescribeIdentityUsageError> for Error
impl From<DescribeIdentityUsageError> for Error
Source§fn from(err: DescribeIdentityUsageError) -> Self
fn from(err: DescribeIdentityUsageError) -> Self
Source§impl From<GetBulkPublishDetailsError> for Error
impl From<GetBulkPublishDetailsError> for Error
Source§fn from(err: GetBulkPublishDetailsError) -> Self
fn from(err: GetBulkPublishDetailsError) -> Self
Source§impl From<GetCognitoEventsError> for Error
impl From<GetCognitoEventsError> for Error
Source§fn from(err: GetCognitoEventsError) -> Self
fn from(err: GetCognitoEventsError) -> Self
Source§impl From<GetIdentityPoolConfigurationError> for Error
impl From<GetIdentityPoolConfigurationError> for Error
Source§fn from(err: GetIdentityPoolConfigurationError) -> Self
fn from(err: GetIdentityPoolConfigurationError) -> Self
Source§impl From<ListDatasetsError> for Error
impl From<ListDatasetsError> for Error
Source§fn from(err: ListDatasetsError) -> Self
fn from(err: ListDatasetsError) -> Self
Source§impl From<ListIdentityPoolUsageError> for Error
impl From<ListIdentityPoolUsageError> for Error
Source§fn from(err: ListIdentityPoolUsageError) -> Self
fn from(err: ListIdentityPoolUsageError) -> Self
Source§impl From<ListRecordsError> for Error
impl From<ListRecordsError> for Error
Source§fn from(err: ListRecordsError) -> Self
fn from(err: ListRecordsError) -> Self
Source§impl From<RegisterDeviceError> for Error
impl From<RegisterDeviceError> for Error
Source§fn from(err: RegisterDeviceError) -> Self
fn from(err: RegisterDeviceError) -> Self
Source§impl<R> From<SdkError<BulkPublishError, R>> for Error
impl<R> From<SdkError<BulkPublishError, R>> for Error
Source§fn from(err: SdkError<BulkPublishError, R>) -> Self
fn from(err: SdkError<BulkPublishError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDatasetError, R>> for Error
impl<R> From<SdkError<DeleteDatasetError, R>> for Error
Source§fn from(err: SdkError<DeleteDatasetError, R>) -> Self
fn from(err: SdkError<DeleteDatasetError, R>) -> Self
Source§impl<R> From<SdkError<DescribeDatasetError, R>> for Error
impl<R> From<SdkError<DescribeDatasetError, R>> for Error
Source§fn from(err: SdkError<DescribeDatasetError, R>) -> Self
fn from(err: SdkError<DescribeDatasetError, R>) -> Self
Source§impl<R> From<SdkError<DescribeIdentityPoolUsageError, R>> for Error
impl<R> From<SdkError<DescribeIdentityPoolUsageError, R>> for Error
Source§fn from(err: SdkError<DescribeIdentityPoolUsageError, R>) -> Self
fn from(err: SdkError<DescribeIdentityPoolUsageError, R>) -> Self
Source§impl<R> From<SdkError<DescribeIdentityUsageError, R>> for Error
impl<R> From<SdkError<DescribeIdentityUsageError, R>> for Error
Source§fn from(err: SdkError<DescribeIdentityUsageError, R>) -> Self
fn from(err: SdkError<DescribeIdentityUsageError, R>) -> Self
Source§impl<R> From<SdkError<GetBulkPublishDetailsError, R>> for Error
impl<R> From<SdkError<GetBulkPublishDetailsError, R>> for Error
Source§fn from(err: SdkError<GetBulkPublishDetailsError, R>) -> Self
fn from(err: SdkError<GetBulkPublishDetailsError, R>) -> Self
Source§impl<R> From<SdkError<GetCognitoEventsError, R>> for Error
impl<R> From<SdkError<GetCognitoEventsError, R>> for Error
Source§fn from(err: SdkError<GetCognitoEventsError, R>) -> Self
fn from(err: SdkError<GetCognitoEventsError, R>) -> Self
Source§impl<R> From<SdkError<GetIdentityPoolConfigurationError, R>> for Error
impl<R> From<SdkError<GetIdentityPoolConfigurationError, R>> for Error
Source§fn from(err: SdkError<GetIdentityPoolConfigurationError, R>) -> Self
fn from(err: SdkError<GetIdentityPoolConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<ListDatasetsError, R>> for Error
impl<R> From<SdkError<ListDatasetsError, R>> for Error
Source§fn from(err: SdkError<ListDatasetsError, R>) -> Self
fn from(err: SdkError<ListDatasetsError, R>) -> Self
Source§impl<R> From<SdkError<ListIdentityPoolUsageError, R>> for Error
impl<R> From<SdkError<ListIdentityPoolUsageError, R>> for Error
Source§fn from(err: SdkError<ListIdentityPoolUsageError, R>) -> Self
fn from(err: SdkError<ListIdentityPoolUsageError, R>) -> Self
Source§impl<R> From<SdkError<ListRecordsError, R>> for Error
impl<R> From<SdkError<ListRecordsError, R>> for Error
Source§fn from(err: SdkError<ListRecordsError, R>) -> Self
fn from(err: SdkError<ListRecordsError, R>) -> Self
Source§impl<R> From<SdkError<RegisterDeviceError, R>> for Error
impl<R> From<SdkError<RegisterDeviceError, R>> for Error
Source§fn from(err: SdkError<RegisterDeviceError, R>) -> Self
fn from(err: SdkError<RegisterDeviceError, R>) -> Self
Source§impl<R> From<SdkError<SetCognitoEventsError, R>> for Error
impl<R> From<SdkError<SetCognitoEventsError, R>> for Error
Source§fn from(err: SdkError<SetCognitoEventsError, R>) -> Self
fn from(err: SdkError<SetCognitoEventsError, R>) -> Self
Source§impl<R> From<SdkError<SetIdentityPoolConfigurationError, R>> for Error
impl<R> From<SdkError<SetIdentityPoolConfigurationError, R>> for Error
Source§fn from(err: SdkError<SetIdentityPoolConfigurationError, R>) -> Self
fn from(err: SdkError<SetIdentityPoolConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<SubscribeToDatasetError, R>> for Error
impl<R> From<SdkError<SubscribeToDatasetError, R>> for Error
Source§fn from(err: SdkError<SubscribeToDatasetError, R>) -> Self
fn from(err: SdkError<SubscribeToDatasetError, R>) -> Self
Source§impl<R> From<SdkError<UnsubscribeFromDatasetError, R>> for Error
impl<R> From<SdkError<UnsubscribeFromDatasetError, R>> for Error
Source§fn from(err: SdkError<UnsubscribeFromDatasetError, R>) -> Self
fn from(err: SdkError<UnsubscribeFromDatasetError, R>) -> Self
Source§impl<R> From<SdkError<UpdateRecordsError, R>> for Error
impl<R> From<SdkError<UpdateRecordsError, R>> for Error
Source§fn from(err: SdkError<UpdateRecordsError, R>) -> Self
fn from(err: SdkError<UpdateRecordsError, R>) -> Self
Source§impl From<SetCognitoEventsError> for Error
impl From<SetCognitoEventsError> for Error
Source§fn from(err: SetCognitoEventsError) -> Self
fn from(err: SetCognitoEventsError) -> Self
Source§impl From<SetIdentityPoolConfigurationError> for Error
impl From<SetIdentityPoolConfigurationError> for Error
Source§fn from(err: SetIdentityPoolConfigurationError) -> Self
fn from(err: SetIdentityPoolConfigurationError) -> Self
Source§impl From<SubscribeToDatasetError> for Error
impl From<SubscribeToDatasetError> for Error
Source§fn from(err: SubscribeToDatasetError) -> Self
fn from(err: SubscribeToDatasetError) -> Self
Source§impl From<UnsubscribeFromDatasetError> for Error
impl From<UnsubscribeFromDatasetError> for Error
Source§fn from(err: UnsubscribeFromDatasetError) -> Self
fn from(err: UnsubscribeFromDatasetError) -> Self
Source§impl From<UpdateRecordsError> for Error
impl From<UpdateRecordsError> for Error
Source§fn from(err: UpdateRecordsError) -> Self
fn from(err: UpdateRecordsError) -> Self
Source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
Source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);