googleapis / google-cloud-node

Google Cloud Client Library for Node.js
https://cloud.google.com/nodejs
Apache License 2.0
2.86k stars 582 forks source link

What kind of errors are specifically set in "failureReason"? #5524

Open lbk-yuuki-nakamura opened 4 days ago

lbk-yuuki-nakamura commented 4 days ago

Please make sure you have searched for information in the following guides.

Documentation Request

The document below states "Output only. If and only if action's state is FAILED a failure reason is set."

https://cloud.google.com/php/docs/reference/cloud-dataform/latest/V1beta1.WorkflowInvocationAction

Probably the implementation location is below.

https://github.com/googleapis/google-cloud-java/blob/1d97e4db6d5106aad8fed2386151c457e0258de3/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/WorkflowInvocationAction.java#L2422

It is difficult to read what kind of error is set from the source code, so please tell me the specific setting value.