FormError.ErrorCode

@Retention(value = SOURCE)
@IntDef(value = [ErrorCode.INTERNAL_ERROR, ErrorCode.INTERNET_ERROR, ErrorCode.INVALID_OPERATION, ErrorCode.TIME_OUT])
public annotation FormError.ErrorCode


Valeurs des codes d'erreur.

Résumé

Constantes

static final int

Erreur interne.

static final int

Une erreur s'est produite lors du chargement des données du réseau.

static final int

Opération non valide.

static final int

L'opération a expiré.

Constantes

INTERNAL_ERROR

public static final int INTERNAL_ERROR = 1

Erreur interne.

INTERNET_ERROR

public static final int INTERNET_ERROR = 2

Une erreur s'est produite lors du chargement des données du réseau.

INVALID_OPERATION

public static final int INVALID_OPERATION = 3

Opération non valide. Le SDK est appelé de manière incorrecte.

TIME_OUT

public static final int TIME_OUT = 4

L'opération a expiré.