pub type PayloadError = Box<dyn Error + Send + Sync>;
Error type for payload invocations.
pub struct PayloadError(/* private fields */);