Lines Matching full:error
36 class Error {
48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error() function
49 ~Error() = default;
50 DEFAULT_MOVE_SEMANTIC(Error);
51 DEFAULT_COPY_SEMANTIC(Error);
72 std::optional<Error> SetAttribute(std::string_view attribute) in SetAttribute()
96 std::optional<Error> SetAttributeValue(std::string_view attribute, std::string_view value) in SetAttributeValue()
139 virtual std::optional<Error> ValidateData() in ValidateData()
149 virtual std::optional<Error> Validate(std::string_view attribute) const = 0;
151 …virtual std::optional<Error> Validate(std::string_view attribute, std::string_view value) const = …
153 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue()
166 virtual std::optional<Error> Store(std::string_view attribute) in Store()
187 std::optional<Error> ValidateSize(std::string_view value) const;
217 std::optional<Error> ValidateData() override;
220 std::optional<Error> Store(std::string_view attribute) override;
222 std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) override;
283 std::optional<Error> AddValue(
401 …std::optional<Metadata::Error> MeetExpRecordAttribute(std::string_view attribute, std::string_view…
402 …std::optional<Metadata::Error> MeetExpIdAttribute(std::string_view attribute, std::string_view val…
403 …std::optional<Metadata::Error> MeetExpElementNameAttribute(std::string_view attribute, std::string…
404 …std::optional<Metadata::Error> MeetExpElementTypeAttribute(std::string_view attribute, std::string…
405 …std::optional<Metadata::Error> MeetExpElementArrayComponentTypeAttribute(std::string_view attribut…
407 …std::optional<Metadata::Error> MeetExpElementValueAttribute(std::string_view attribute, std::strin…
503 std::optional<Error> Validate(std::string_view attribute) const override;
505 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;
539 std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) override;
541 std::optional<Error> Validate(std::string_view attribute) const override;
543 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;
570 std::optional<Error> Validate(std::string_view attribute) const override;
572 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;
585 std::optional<Error> Validate(std::string_view attribute) const override;
587 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;