FormError

class FormError


Error information about why a form operation failed.

Summary

Nested types

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

Error code values.

Public properties

Int
String!

Public properties

errorCode

val errorCodeInt

message

val messageString!