-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
19 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<h1 id="error-and-warning-identifiers">Error and Warning Identifiers</h1> | ||
<h1 id="janklab-error-and-warning-identifiers">Janklab Error and Warning Identifiers</h1> | ||
|
||
<h2 id="error-identifiers">Error Identifiers</h2> | ||
|
||
<ul> | ||
<li>jl:InvalidInput</li> | ||
<li>jl:BadOperation</li> | ||
<li><code class="highlighter-rouge">jl:InvalidInput</code> - Used when the input to a function is invalid or corrupt.</li> | ||
<li><code class="highlighter-rouge">jl:BadOperation</code> - Used when an operation or function is called at the wrong time or in the wrong context.</li> | ||
</ul> | ||
|
||
<h2 id="warning-identifiers">Warning identifiers</h2> | ||
|
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
Error and Warning Identifiers | ||
============================== | ||
# Janklab Error and Warning Identifiers | ||
|
||
## Error Identifiers | ||
## Error Identifiers | ||
|
||
* jl:InvalidInput | ||
* jl:BadOperation | ||
|
||
## Warning identifiers | ||
* `jl:InvalidInput` - Used when the input to a function is invalid or corrupt. | ||
* `jl:BadOperation` - Used when an operation or function is called at the wrong time or in the wrong context. | ||
|
||
## Warning identifiers |
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 |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2020-01-22T10:53:19-05:00</updated><id>/feed.xml</id><title type="html">Janklab</title><subtitle>Documentation for the Janklab Matlab Toolbox</subtitle></feed> | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2020-01-22T10:58:50-05:00</updated><id>/feed.xml</id><title type="html">Janklab</title><subtitle>Documentation for the Janklab Matlab Toolbox</subtitle></feed> |
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
Error and Warning Identifiers | ||
============================== | ||
# Janklab Error and Warning Identifiers | ||
|
||
## Error Identifiers | ||
## Error Identifiers | ||
|
||
* jl:InvalidInput | ||
* jl:BadOperation | ||
|
||
## Warning identifiers | ||
* `jl:InvalidInput` - Used when the input to a function is invalid or corrupt. | ||
* `jl:BadOperation` - Used when an operation or function is called at the wrong time or in the wrong context. | ||
|
||
## Warning identifiers |