Show / Hide Table of Contents

Class TestConnectionAssignmentError

Error details for TestGoldengateConnectionAssignment.

Inheritance
object
TestConnectionAssignmentError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX