Language

ErrorCode Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Accounts.AccountAuthenticatorResponse.OnError member.

public enum ErrorCode
type ErrorCode = 
Inheritance
ErrorCode

Fields

Name Value Description
RemoteException 1

A remote exception occurred in the account management service.

NetworkError 3

A network error prevented the request from completing.

Canceled 4

The request was canceled.

InvalidResponse 5

The authenticator returned an invalid response.

UnsupportedOperation 6

The authenticator does not support the requested operation.

BadArguments 7

The request contains invalid arguments.

BadRequest 8

The request is invalid.

ErrorCodeBadAuthentication 9

The credentials were rejected.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to