#![allow(missing_docs)]
mod conversions;
mod helpers;
#[cfg(feature = "gateway")]
mod response;
#[cfg(test)]
mod tests;
mod types;
#[cfg(feature = "gateway")]
pub use response::{GatewayErrorDetail, GatewayErrorResponse};
pub use types::{GatewayError, Result};