SqlError class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- SqlError
- Annotations
- @DocsEditable()
- @DomName('SQLError')
- @Experimental()
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
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
Constructors
Properties
- code → int @DocsEditable(), @DomName('SQLError.code'), read-only
- message → String @DocsEditable(), @DomName('SQLError.message'), read-only
- hashCode → int read-only, inherited
- runtimeType → Type 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