FormError.ErrorCode

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


Valores de códigos de error

Resumen

Constantes

static final int

Error interno.

static final int

Se produjo un error cuando se cargaban los datos de la red.

static final int

La operación no es válida.

static final int

Se agotó el tiempo de espera de la operación.

Constantes

INTERNAL_ERROR

public static final int INTERNAL_ERROR = 1

Error interno.

INTERNET_ERROR

public static final int INTERNET_ERROR = 2

Se produjo un error cuando se cargaban los datos de la red.

INVALID_OPERATION

public static final int INVALID_OPERATION = 3

La operación no es válida. Se invoca el SDK de forma incorrecta.

TIME_OUT

public static final int TIME_OUT = 4

Se agotó el tiempo de espera de la operación.