Show / Hide Table of Contents

Class BadRequest

Describes violations in a client request. This error type focuses on the syntactic aspects of the request.

Inheritance
object
BadRequest
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.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class BadRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldViolations

Describes all violations in a client request.

Declaration
[JsonProperty("fieldViolations")]
public virtual IList<FieldViolation> FieldViolations { get; set; }
Property Value
Type Description
IList<FieldViolation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX