An error component which displays only its Message, used as simple modular plain text storage.
virtual TSharedRef< SErrorDisplay > CreateErrorWidget() override
Override this function to customize how an error is displaxed for the end-user.
virtual void AddError(const FString &name, const TSharedRef< IError > &error, const FString &typeOverride={}) override
Override this method if inner errors added to current one needs special attention.
virtual void SerializeInnerErrors(YAML::Emitter &) const override
Override this method if inner errors needs custom way of serialization.
virtual void SerializeYaml(YAML::Emitter &emitter) const override
Override this function to change the method how this error is entirely serialized into a YAML format.