Enum aws_sdk_codecommit::error::ListRepositoriesErrorKind [−][src]
#[non_exhaustive]
pub enum ListRepositoriesErrorKind {
InvalidContinuationTokenException(InvalidContinuationTokenException),
InvalidOrderException(InvalidOrderException),
InvalidSortByException(InvalidSortByException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the ListRepositories operation.
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.
InvalidContinuationTokenException(InvalidContinuationTokenException)The specified continuation token is not valid.
Tuple Fields of InvalidContinuationTokenException
InvalidOrderException(InvalidOrderException)The specified sort order is not valid.
Tuple Fields of InvalidOrderException
InvalidSortByException(InvalidSortByException)The specified sort by value is not valid.
Tuple Fields of InvalidSortByException
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ListRepositoriesErrorKind
impl Send for ListRepositoriesErrorKind
impl Sync for ListRepositoriesErrorKind
impl Unpin for ListRepositoriesErrorKind
impl !UnwindSafe for ListRepositoriesErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more