[#absl-StatusOr-IgnoreError] = xref:absl.adoc[absl]::xref:absl/StatusOr.adoc[StatusOr]::IgnoreError :relfileprefix: ../../ :mrdocs: Ignores any error held by this object. == Synopsis Declared in `<absl/status/statusor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void IgnoreError() const; ---- == Description Ignores any errors. This method does nothing except potentially suppress complaints from any tools that are checking that errors are not dropped on the floor. [.small]#Created with https://www.mrdocs.com[MrDocs]#