Google Cloud Migration Center V1 Client - Class ImportError (0.2.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ImportError.

A resource that reports the errors encountered while processing an import job.

Generated from protobuf message google.cloud.migrationcenter.v1.ImportError

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ error_details string

The error information.

↳ severity int

The severity of the error.

getErrorDetails

The error information.

Returns
TypeDescription
string

setErrorDetails

The error information.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSeverity

The severity of the error.

Returns
TypeDescription
int

setSeverity

The severity of the error.

Parameter
NameDescription
var int
Returns
TypeDescription
$this