pub type Result<T> = StdResult<T, Error>;
Result type used throught the library.
Convert from JS as result