Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class TestConnectionAssignmentError.
Error details for TestGoldengateConnectionAssignment.
Generated from protobuf message google.cloud.oracledatabase.v1.TestConnectionAssignmentError
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ code |
string
A short error code that defines the error, meant for programmatic parsing. |
↳ message |
string
A human-readable error message. |
↳ action |
string
The text describing the action required to fix the issue. |
↳ issue |
string
The text describing the root cause of the reported issue. |
getCode
A short error code that defines the error, meant for programmatic parsing.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCode
A short error code that defines the error, meant for programmatic parsing.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMessage
A human-readable error message.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
A human-readable error message.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAction
The text describing the action required to fix the issue.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAction
The text describing the action required to fix the issue.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIssue
The text describing the root cause of the reported issue.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIssue
The text describing the root cause of the reported issue.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|