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

Constructors

SqlError.internal_()

Properties

code int
@DocsEditable(), @DomName('SQLError.code'), read-only
message String
@DocsEditable(), @DomName('SQLError.message'), read-only
hashCode int
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns the result of the JavaScript objects toString method.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Properties

instanceRuntimeType Type
@Deprecated("Internal Use Only"), read-only

Constants

CONSTRAINT_ERR int
@DocsEditable(), @DomName('SQLError.CONSTRAINT_ERR')
6
DATABASE_ERR int
@DocsEditable(), @DomName('SQLError.DATABASE_ERR')
1
QUOTA_ERR int
@DocsEditable(), @DomName('SQLError.QUOTA_ERR')
4
SYNTAX_ERR int
@DocsEditable(), @DomName('SQLError.SYNTAX_ERR')
5
TIMEOUT_ERR int
@DocsEditable(), @DomName('SQLError.TIMEOUT_ERR')
7
TOO_LARGE_ERR int
@DocsEditable(), @DomName('SQLError.TOO_LARGE_ERR')
3
UNKNOWN_ERR int
@DocsEditable(), @DomName('SQLError.UNKNOWN_ERR')
0
VERSION_ERR int
@DocsEditable(), @DomName('SQLError.VERSION_ERR')
2