-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from levibostian/api-naming
Api naming
- Loading branch information
Showing
92 changed files
with
958 additions
and
378 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
docs/wendy/com.levibostian.wendy.db/-pending-task-error/created-at.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>PendingTaskError.createdAt - wendy</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">wendy</a> / <a href="../index.html">com.levibostian.wendy.db</a> / <a href="index.html">PendingTaskError</a> / <a href="./created-at.html">createdAt</a><br/> | ||
<br/> | ||
<h1>createdAt</h1> | ||
<a name="com.levibostian.wendy.db.PendingTaskError$createdAt"></a> | ||
<code><span class="keyword">var </span><span class="identifier">createdAt</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html"><span class="identifier">Long</span></a></code> | ||
<p>The Date your error was recorded in the Wendy database.</p> | ||
<h3>Property</h3> | ||
<p><a name="createdAt"></a> | ||
<code>createdAt</code> - The Date your error was recorded in the Wendy database.</p> | ||
</BODY> | ||
</HTML> |
18 changes: 18 additions & 0 deletions
18
docs/wendy/com.levibostian.wendy.db/-pending-task-error/error-id.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>PendingTaskError.errorId - wendy</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">wendy</a> / <a href="../index.html">com.levibostian.wendy.db</a> / <a href="index.html">PendingTaskError</a> / <a href="./error-id.html">errorId</a><br/> | ||
<br/> | ||
<h1>errorId</h1> | ||
<a name="com.levibostian.wendy.db.PendingTaskError$errorId"></a> | ||
<code><span class="keyword">var </span><span class="identifier">errorId</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> | ||
<p>The identifier you, the developer, use to determine what type of error was caused and how to fix it.</p> | ||
<h3>Property</h3> | ||
<p><a name="errorId"></a> | ||
<code>errorId</code> - The identifier you, the developer, use to determine what type of error was caused and how to fix it.</p> | ||
</BODY> | ||
</HTML> |
18 changes: 18 additions & 0 deletions
18
docs/wendy/com.levibostian.wendy.db/-pending-task-error/error-message.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>PendingTaskError.errorMessage - wendy</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">wendy</a> / <a href="../index.html">com.levibostian.wendy.db</a> / <a href="index.html">PendingTaskError</a> / <a href="./error-message.html">errorMessage</a><br/> | ||
<br/> | ||
<h1>errorMessage</h1> | ||
<a name="com.levibostian.wendy.db.PendingTaskError$errorMessage"></a> | ||
<code><span class="keyword">var </span><span class="identifier">errorMessage</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> | ||
<p>The human readable error message you may use to show to the end user describing the error.</p> | ||
<h3>Property</h3> | ||
<p><a name="errorMessage"></a> | ||
<code>errorMessage</code> - The human readable error message you may use to show to the end user describing the error.</p> | ||
</BODY> | ||
</HTML> |
Oops, something went wrong.