//! Client errors are errors that can occur when using the [`Client`](crate::client::Client) api.
use crateSendQueueError;
/// These are errors that can occur when using the [`Client`](crate::client::Client) api.
/// These are returned for a variety of reasons, but is commonly used to indicate
/// that something went wrong, and you should either clean up or retry.