Update errors in docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="section">
|
||||
<h2><a href="/docs">Docs</a> : <a href="/docs/sdk">SDK</a> : Delete</h2>
|
||||
<h2><a href="/docs/#sdk">SDK</a> : Delete</h2>
|
||||
|
||||
<p><span class="font-semibold">Delete</span> lets your delete an item from a user's database. This API with will return a promise that gets resolved once the item has been durably deleted from the database.</p>
|
||||
|
||||
@@ -26,11 +26,15 @@
|
||||
|
||||
<ul>
|
||||
<li>DatabaseNotOpen</li>
|
||||
<li>DatabaseNameCannotBeBlank</li>
|
||||
<li>DatabaseNameTooLong</li>
|
||||
<li>DatabaseNameMustBeString</li>
|
||||
<li>ItemIdCannotBeBlank</li>
|
||||
<li>ItemIdMustBeString</li>
|
||||
<li>ItemDoesNotExist</li>
|
||||
<li>UpdateConflict</li>
|
||||
<li>ItemUpdateConflict</li>
|
||||
<li>AppIdNotSet</li>
|
||||
<li>AppIdNotValid</li>
|
||||
<li>ServiceUnavailable</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user