Enum aws_sdk_honeycode::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
AutomationExecutionException(AutomationExecutionException),
AutomationExecutionTimeoutException(AutomationExecutionTimeoutException),
InternalServerException(InternalServerException),
RequestTimeoutException(RequestTimeoutException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ServiceUnavailableException(ServiceUnavailableException),
ThrottlingException(ThrottlingException),
ValidationException(ValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
AccessDeniedException(AccessDeniedException)
You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
AutomationExecutionException(AutomationExecutionException)
The automation execution did not end successfully.
AutomationExecutionTimeoutException(AutomationExecutionTimeoutException)
The automation execution timed out.
InternalServerException(InternalServerException)
There were unexpected errors from the server.
RequestTimeoutException(RequestTimeoutException)
The request timed out.
ResourceNotFoundException(ResourceNotFoundException)
A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ServiceQuotaExceededException(ServiceQuotaExceededException)
The request caused service quota to be breached.
ServiceUnavailableException(ServiceUnavailableException)
Remote service is unreachable.
ThrottlingException(ThrottlingException)
Tps(transactions per second) rate reached.
ValidationException(ValidationException)
Request is invalid. The message in the response contains details on why the request is invalid.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl<R> From<SdkError<BatchCreateTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchCreateTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchCreateTableRowsError, R>) -> Self
fn from(err: SdkError<BatchCreateTableRowsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchDeleteTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDeleteTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDeleteTableRowsError, R>) -> Self
fn from(err: SdkError<BatchDeleteTableRowsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchUpdateTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchUpdateTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchUpdateTableRowsError, R>) -> Self
fn from(err: SdkError<BatchUpdateTableRowsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchUpsertTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchUpsertTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchUpsertTableRowsError, R>) -> Self
fn from(err: SdkError<BatchUpsertTableRowsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeTableDataImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTableDataImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTableDataImportJobError, R>) -> Self
fn from(err: SdkError<DescribeTableDataImportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetScreenDataError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetScreenDataError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetScreenDataError, R>) -> Self
fn from(err: SdkError<GetScreenDataError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<InvokeScreenAutomationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<InvokeScreenAutomationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<InvokeScreenAutomationError, R>) -> Self
fn from(err: SdkError<InvokeScreenAutomationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTableColumnsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTableColumnsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTableColumnsError, R>) -> Self
fn from(err: SdkError<ListTableColumnsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTableRowsError, R>) -> Self
fn from(err: SdkError<ListTableRowsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTablesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTablesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTablesError, R>) -> Self
fn from(err: SdkError<ListTablesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<QueryTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<QueryTableRowsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<QueryTableRowsError, R>) -> Self
fn from(err: SdkError<QueryTableRowsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartTableDataImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartTableDataImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartTableDataImportJobError, R>) -> Self
fn from(err: SdkError<StartTableDataImportJobError, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more