-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(components): Add TaskError proto
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 634137095
- Loading branch information
Googler
committed
May 16, 2024
1 parent
06c0816
commit 606bcfa
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
components/google-cloud/google_cloud_pipeline_components/proto/task_error.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
33 changes: 33 additions & 0 deletions
33
components/google-cloud/google_cloud_pipeline_components/proto/task_error_pb2.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.