Type Alias APIErrors

Source
pub type APIErrors = Vec<APIError>;
Expand description

A type alias to a array of APIErrors. Just for parity with dnapi.

Aliased Typeยง

pub struct APIErrors { /* private fields */ }