pub type LkError = Error;
The only error format linkspace supports - alias for anyhow::Error
struct LkError { /* private fields */ }