FormError

class FormError


Informasi error tentang alasan kegagalan operasi formulir.

Ringkasan

Jenis bertingkat

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

Nilai kode error.

Properti publik

Int
String!

Properti publik

errorCode

val errorCodeInt

pesan

val messageString!