pub type APIErrors = Vec<APIError>;
A type alias to a array of APIErrors. Just for parity with dnapi.
APIErrors
pub struct APIErrors { /* private fields */ }