Class TestConnectionAssignmentError
Error details for TestGoldengateConnectionAssignment.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class TestConnectionAssignmentError : IDirectResponseSchema
Properties
Action
The text describing the action required to fix the issue.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Code
A short error code that defines the error, meant for programmatic parsing.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issue
The text describing the root cause of the reported issue.
Declaration
[JsonProperty("issue")]
public virtual string Issue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
A human-readable error message.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |