Skip to content

Commit

Permalink
Update components/core/src/clp/ffi/ir_stream/Serializer.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
LinZhihao-723 and kirkrodrigues authored Jan 24, 2025
1 parent a809436 commit 5942e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clp/ffi/ir_stream/Serializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Serializer {
* @param optional_user_defined_metadata Stream-level user-defined metadata, given as a JSON
* object.
* @return A result containing the serializer or an error code indicating the failure:
* - std::errc::protocol_error if failed to serialize the preamble.
* - std::errc::protocol_error if the stream's metadata couldn't be serialized.
* - std::errc::protocol_not_supported if the given user-defined metadata is not a JSON object.
*/
[[nodiscard]] static auto create(
Expand Down

0 comments on commit 5942e4d

Please sign in to comment.