Google Cloud Life Sciences V2beta Client - Class FailedEvent (0.6.5)

Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class FailedEvent.

An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event.

Generated from protobuf message google.cloud.lifesciences.v2beta.FailedEvent

Namespace

Google \ Cloud \ LifeSciences \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ code int

The Google standard error code that best describes this failure.

↳ cause string

The human-readable description of the cause of the failure.

getCode

The Google standard error code that best describes this failure.

Returns
Type Description
int

setCode

The Google standard error code that best describes this failure.

Parameter
Name Description
var int
Returns
Type Description
$this

getCause

The human-readable description of the cause of the failure.

Returns
Type Description
string

setCause

The human-readable description of the cause of the failure.

Parameter
Name Description
var string
Returns
Type Description
$this