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