SqlError class

Annotations
  • DocsEditable()
  • DomName('SQLError')
  • Experimental()

Constants

CONSTRAINT_ERR = 6
DATABASE_ERR = 1
QUOTA_ERR = 4
SYNTAX_ERR = 5
TIMEOUT_ERR = 7
TOO_LARGE_ERR = 3
UNKNOWN_ERR = 0
VERSION_ERR = 2

Instance Properties

code int
read-only
message String
read-only