pub trait CustomError: Error + Send + Sync + 'static { }
Anything implementing this trait can be used in ExtrinsicParamsError::Custom.
ExtrinsicParamsError::Custom