FormError

public class FormError


معلومات الخطأ حول سبب تعذُّر تنفيذ عملية في النموذج

ملخّص

الأنواع المتداخلة

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

قيم رموز الخطأ

الحقول العامة

final int
final String

الطرق العامة

int

الحصول على رمز الخطأ

String

تحصل على الرسالة التي تصف الخطأ.

الحقول العامة

errorCode

public final int errorCode

رسالة

public final String message

الطرق العامة

getErrorCode

@FormError.ErrorCode
public int getErrorCode()

الحصول على رمز الخطأ راجِع ErrorCode للاطّلاع على القيم المحتمَلة.

getMessage

public String getMessage()

تحصل على الرسالة التي تصف الخطأ.