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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setErrorDetails
The error information.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSeverity
The severity of the error.
Returns | |
---|---|
Type | Description |
int |
setSeverity
The severity of the error.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |