FormError.ErrorCode

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


Giá trị mã lỗi.

Tóm tắt

Hằng số

static final int

Lỗi nội bộ.

static final int

Đã xảy ra lỗi khi tải dữ liệu từ mạng.

static final int

Thao tác không hợp lệ.

static final int

Đã hết thời gian thực hiện thao tác.

Hằng số

INTERNAL_ERROR

public static final int INTERNAL_ERROR = 1

Lỗi nội bộ.

INTERNET_ERROR

public static final int INTERNET_ERROR = 2

Đã xảy ra lỗi khi tải dữ liệu từ mạng.

INVALID_OPERATION

public static final int INVALID_OPERATION = 3

Thao tác không hợp lệ. SDK đang được gọi không chính xác.

TIME_OUT

public static final int TIME_OUT = 4

Đã hết thời gian thực hiện thao tác.