/// Result type returned by all [`Client`](crate::Client) methods.
pub type Result<T> = Result;
/// The [`ApiStatus`] enum and its impls are generated from the official API
/// docs' error-code table; see [`crate::generated`].
pub use crateApiStatus;
/// Errors returned by the VoIP.ms client.