ErrorCodes

object ErrorCodes

Централизованные коды ошибок.

Диапазоны:

  • 1–9 : Session, Connect (аутентификация, сессии, подключения)

  • 10–19 : DP (Data Points)

  • 20–29 : DP_TYPE (типы точек данных)

  • 30–39 : MEDIA (файлы, директории, I/O)

Properties

Link copied to clipboard
const val CONNECT: Int = 10
Link copied to clipboard
Link copied to clipboard
const val DP: Int = 20
Link copied to clipboard
Link copied to clipboard
const val DP_NOT_FOUND: Int
Link copied to clipboard
const val DP_TYPE: Int = 30
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val MEDIA: Int = 40
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val MEDIA_NOT_FOUND: Int
Link copied to clipboard
const val SESSION: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard