Skip to content

Commit

Permalink
Update return
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela Zhang committed Nov 15, 2023
1 parent b6f9f38 commit 4eb5489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ absl::variant<ConstraintInfo, std::vector<absl::Status>> P4ToConstraintInfo(
// Returns an InvalidArgument Status if the entry belongs to a table
// not present in ConstraintInfo, or if it is inconsistent with the table
// definition in ConstraintInfo.
gutils::StatusOr<bool> ReasonEntryViolatesConstraint(const p4::v1::TableEntry& entry,
gutils::StatusOr<std::string> ReasonEntryViolatesConstraint(const p4::v1::TableEntry& entry,
const ConstraintInfo& context);
```
For those who seek more fine-grained control, the API also offers more
Expand Down

0 comments on commit 4eb5489

Please sign in to comment.