Skip to content

Commit

Permalink
chore(components): Add TaskError proto
Browse files Browse the repository at this point in the history
Signed-off-by: Googler <nobody@google.com>
PiperOrigin-RevId: 634137095
  • Loading branch information
Googler committed May 16, 2024
1 parent 06c0816 commit 606bcfa
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
syntax = "proto3";

package task_error;

// The message allows the 1st party clients of Vertex Pipline to specify
// arbitary error messages they want to catch during the execution of the
// pipeline.
message TaskError {
// The primary error message.
string error_message = 1;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 606bcfa

Please sign in to comment.