public sealed class TestConnectionAssignmentError : IMessage<TestConnectionAssignmentError>, IEquatable<TestConnectionAssignmentError>, IDeepCloneable<TestConnectionAssignmentError>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class TestConnectionAssignmentError.
Error details for TestGoldengateConnectionAssignment.
Implements
IMessageTestConnectionAssignmentError, IEquatableTestConnectionAssignmentError, IDeepCloneableTestConnectionAssignmentError, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
TestConnectionAssignmentError()
public TestConnectionAssignmentError()TestConnectionAssignmentError(TestConnectionAssignmentError)
public TestConnectionAssignmentError(TestConnectionAssignmentError other)| Parameter | |
|---|---|
| Name | Description |
other |
TestConnectionAssignmentError |
Properties
Action
public string Action { get; set; }The text describing the action required to fix the issue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Code
public string Code { get; set; }A short error code that defines the error, meant for programmatic parsing.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Issue
public string Issue { get; set; }The text describing the root cause of the reported issue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Message
public string Message { get; set; }A human-readable error message.
| Property Value | |
|---|---|
| Type | Description |
string |
|