Create an Error object having the same value and the same allocator as the specified original object.
Error
original
Declared in <bdljsn_error.h>
<bdljsn_error.h>
Error(bslmf::MovableRef<Error> original) noexcept;
The value of original becomes unspecified but valid, and its allocator remains unchanged.