Oracle Database@Google Cloud v1 API - Class TestConnectionAssignmentError (1.6.0)

public sealed class TestConnectionAssignmentError : IMessage<TestConnectionAssignmentError>, IEquatable<TestConnectionAssignmentError>, IDeepCloneable<TestConnectionAssignmentError>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class TestConnectionAssignmentError.

Error details for TestGoldengateConnectionAssignment.

Inheritance

object > TestConnectionAssignmentError

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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