FormError

class FormError


有关表单操作失败原因的错误信息。

摘要

嵌套类型

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

错误代码值。

公共属性

Int
String!

公共属性

errorCode

val errorCodeInt

消息

val messageString!