ServiceError
Description:
[ CCode ( cprefix = "GDATA_SERVICE_ERROR_" , type_id = "gdata_service_error_get_type ()" ) ]
public errordomain ServiceError
Error codes for Service operations.
Content:
Error codes:
- API_QUOTA_EXCEEDED - The
API request quota for this developer account has been exceeded for the current time period (e.g. day).
- AUTHENTICATION_REQUIRED -
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 - A
given query parameter was invalid for the query type
- CONFLICT - 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 - An
entry has already been inserted, and cannot be re-inserted
- FORBIDDEN - Generic error for a
forbidden action (not due to having insufficient permissions)
- NETWORK_ERROR - The service is
unavailable due to local network errors (e.g. no Internet connection)
- NOT_FOUND - A requested resource
(feed or entry) was not found on the server
- PROTOCOL_ERROR - The client
or server unexpectedly strayed from the protocol (fatal error)
- PROXY_ERROR - The service is
unavailable due to proxy network errors (e.g. proxy unreachable)
- UNAVAILABLE - The service is
unavailable due to maintenance or other reasons (e.g. network errors at the server end)
- WITH_BATCH_OPERATION -
Generic error when running a batch operation and the whole operation fails
Static methods: