Show / Hide Table of Contents

Enum RequestError.ErrorCodes

Enumeration of known error codes which may occur during a request.

Namespace: Google.Apis.Requests
Assembly: Google.Apis.Core.dll
Syntax
public enum ErrorCodes

Fields

Name Description
ETagConditionFailed

The ETag condition specified caused the ETag verification to fail. Depending on the ETagAction of the request this either means that a change to the object has been made on the server, or that the object in question is still the same and has not been changed.

Extension Methods

Utilities.ThrowIfNull<RequestError.ErrorCodes>(String)
Back to top