pub type Result<T> = Result<T, Error>;
A Result alias where the Err case is infisical_api::Error.
Result
Err
infisical_api::Error