SqlError class

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

Constants

CONSTRAINT_ERRint
@DocsEditable(), @DomName('SQLError.CONSTRAINT_ERR')
6
DATABASE_ERRint
@DocsEditable(), @DomName('SQLError.DATABASE_ERR')
1
QUOTA_ERRint
@DocsEditable(), @DomName('SQLError.QUOTA_ERR')
4
SYNTAX_ERRint
@DocsEditable(), @DomName('SQLError.SYNTAX_ERR')
5
TIMEOUT_ERRint
@DocsEditable(), @DomName('SQLError.TIMEOUT_ERR')
7
TOO_LARGE_ERRint
@DocsEditable(), @DomName('SQLError.TOO_LARGE_ERR')
3
UNKNOWN_ERRint
@DocsEditable(), @DomName('SQLError.UNKNOWN_ERR')
0
VERSION_ERRint
@DocsEditable(), @DomName('SQLError.VERSION_ERR')
2

Static Properties

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

Constructors

SqlError.internal_()

Properties

codeint
@DocsEditable(), @DomName('SQLError.code'), read-only
messageString
@DocsEditable(), @DomName('SQLError.message'), read-only
hashCodeint
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

Operators

operator ==(other) → bool
inherited

The equality operator.

Methods

noSuchMethod(Invocation invocation) → dynamic
inherited

Invoked when a non-existent method or property is accessed.

toString() → String
inherited

Returns the result of the JavaScript objects toString method.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-web_sql/SqlError-class.html