[#BloombergLP-bdljsn-Error-2constructor-0dc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Error.adoc[Error]::Error :relfileprefix: ../../../ :mrdocs: Create an `Error` object having the same value and the same allocator as the specified `original` object. == Synopsis Declared in `<bdljsn_error.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Error(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Error>] original) noexcept; ---- == Description The value of `original` becomes unspecified but valid, and its allocator remains unchanged. == Parameters [cols="1,4"] |=== | Name| Description | *original* | the object to move from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#