Gjsify LogoGjsify Logo

Error codes for #GDataService operations.

Index

Enumeration Members

API_QUOTA_EXCEEDED: number

The API request quota for this developer account has been exceeded for the current time period (e.g. day). Try again later. (Since: 0.16.0.)

AUTHENTICATION_REQUIRED: number

The user attempted to do something which required authentication, and they weren't authenticated or didn't have authorization for the operation

BAD_QUERY_PARAMETER: number

A given query parameter was invalid for the query type

CONFLICT: number

There was a conflict when updating an entry on the server; the server-side copy was modified between downloading and uploading the modified entry

ENTRY_ALREADYSERTED: number

An entry has already been inserted, and cannot be re-inserted

FORBIDDEN: number

Generic error for a forbidden action (not due to having insufficient permissions)

NETWORK_ERROR: number

The service is unavailable due to local network errors (e.g. no Internet connection)

NOT_FOUND: number

A requested resource (feed or entry) was not found on the server

PROTOCOL_ERROR: number

The client or server unexpectedly strayed from the protocol (fatal error)

PROXY_ERROR: number

The service is unavailable due to proxy network errors (e.g. proxy unreachable)

UNAVAILABLE: number

The service is unavailable due to maintenance or other reasons (e.g. network errors at the server end)

WITH_BATCH_OPERATION: number

Generic error when running a batch operation and the whole operation fails

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method