typo in one of error() functions overload:
it states: `const E&& error() && noexcept`
while it should: `const E&& error() CONST&& noexcept`
DaPi (talk) 06:44, 10 March 2023 (PST)