Skip to content

Commit

Permalink
[e] (0) markup errors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1091 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2007
1 parent 9865582 commit dcb0f9a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -30711,40 +30711,40 @@ interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {

<tbody>
<tr>
<td><dfn id=x title=dom-sqlerror-code-0>0 </dfn>
<td><dfn id=x title=dom-sqlerror-code-0>0</dfn>

<td>The transaction failed for reasons unrelated to the database itself
and not covered by any other error code.

<tr>
<td><dfn id=x0 title=dom-sqlerror-code-1>1 </dfn>
<td><dfn id=x0 title=dom-sqlerror-code-1>1</dfn>

<td>The statement failed for database reasons not covered by any other
error code.

<tr>
<td><dfn id=x1 title=dom-sqlerror-code-2>2 </dfn>
<td><dfn id=x1 title=dom-sqlerror-code-2>2</dfn>

<td>The statement failed because the <a href="#expected"
title=concept-database-expected-version>expected version</a> of the
database didn't match the actual database version.

<tr>
<td><dfn id=x2 title=dom-sqlerror-code-3>3 </dfn>
<td><dfn id=x2 title=dom-sqlerror-code-3>3</dfn>

<td>The statement failed because the data returned from the database was
too large. The SQL "LIMIT" modifier might be useful to reduce the size
of the result set.

<tr>
<td><dfn id=x3 title=dom-sqlerror-code-4>4 </dfn>
<td><dfn id=x3 title=dom-sqlerror-code-4>4</dfn>

<td>The statement failed because there was not enough remaining storage
space, or the storage quota was reached and the user declined to give
more space to the database.

<tr>
<td><dfn id=x4 title=dom-sqlerror-code-5>5 </dfn>
<td><dfn id=x4 title=dom-sqlerror-code-5>5</dfn>

<td>The statement failed because the transaction's first statement was a
read-only statement, and a subsequent statement in the same transaction
Expand All @@ -30754,7 +30754,7 @@ interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {
upon.

<tr>
<td><dfn id=x5 title=dom-sqlerror-code-6>6 </dfn>
<td><dfn id=x5 title=dom-sqlerror-code-6>6</dfn>

<td>An <code title="">INSERT</code>, <code title="">UPDATE</code>, or
<code title="">REPLACE</code> statement failed due to a constraint
Expand Down
14 changes: 7 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -28305,35 +28305,35 @@ interface <dfn>SQLStatementErrorCallback</dfn> {
<tbody>

<tr>
<td><dfn title="dom-sqlerror-code-0">0
<td><dfn title="dom-sqlerror-code-0">0</dfn>
<td>The transaction failed for reasons unrelated to the database
itself and not covered by any other error code.

<tr>
<td><dfn title="dom-sqlerror-code-1">1
<td><dfn title="dom-sqlerror-code-1">1</dfn>
<td>The statement failed for database reasons not covered by any
other error code.

<tr>
<td><dfn title="dom-sqlerror-code-2">2
<td><dfn title="dom-sqlerror-code-2">2</dfn>
<td>The statement failed because the <span
title="concept-database-expected-version">expected version</span>
of the database didn't match the actual database version.

<tr>
<td><dfn title="dom-sqlerror-code-3">3
<td><dfn title="dom-sqlerror-code-3">3</dfn>
<td>The statement failed because the data returned from the
database was too large. The SQL "LIMIT" modifier might be useful
to reduce the size of the result set.

<tr>
<td><dfn title="dom-sqlerror-code-4">4
<td><dfn title="dom-sqlerror-code-4">4</dfn>
<td>The statement failed because there was not enough remaining
storage space, or the storage quota was reached and the user
declined to give more space to the database.

<tr>
<td><dfn title="dom-sqlerror-code-5">5
<td><dfn title="dom-sqlerror-code-5">5</dfn>
<td>The statement failed because the transaction's first
statement was a read-only statement, and a subsequent statement
in the same transaction tried to modify the database, but the
Expand All @@ -28342,7 +28342,7 @@ interface <dfn>SQLStatementErrorCallback</dfn> {
database that the former transaction was dependending upon.

<tr>
<td><dfn title="dom-sqlerror-code-6">6
<td><dfn title="dom-sqlerror-code-6">6</dfn>
<td>An <code title="">INSERT</code>, <code
title="">UPDATE</code>, or <code title="">REPLACE</code>
statement failed due to a constraint failure. For example,
Expand Down

0 comments on commit dcb0f9a

Please sign in to comment.