public static interface

GDataProtocol.Error

com.google.gdata.client.GDataProtocol.Error

Class Overview

The Error interface defines GData protocol response codes that are not defined in the base HTTP specification.

Summary

Constants
int UNPROCESSABLE_ENTITY The UNPROCESSABLE_ENTITY error is defined in the WebDAV specification and is returned in cases where a request is understood but its execution would leave the system or a resource in an inconsistent state.

Constants

public static final int UNPROCESSABLE_ENTITY

The UNPROCESSABLE_ENTITY error is defined in the WebDAV specification and is returned in cases where a request is understood but its execution would leave the system or a resource in an inconsistent state.

Constant Value: 422 (0x000001a6)