Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status code update #35

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions spec/VISSv3.0_TransportExamples.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ <h2>Status Codes</h2>
<h2>400 Bad Request Error Messages</h2>
<p>
This error code and reason shall be used for JSON schema related errors.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below,
or by any other relevant error message.
</p>
<ul>
<li>Missing or invalid action</li>
Expand All @@ -264,7 +265,8 @@ <h2>400 Bad Request Error Messages</h2>
<h2>400 Invalid Data Error Messages</h2>
<p>
This error code and reason shall be used for errors that are not covered by the JSON schema but e. g. breaks a rule set by a VSS property.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below,
or by any other relevant error message.
</p>
<ul>
<li>Update of a sensor is not supported</li>
Expand All @@ -278,7 +280,8 @@ <h2>400 Invalid Data Error Messages</h2>
<h2>401 Unauthorized Error Messages</h2>
<p>
This error code and reason shall be used for errors related to access control validation.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below,
or by any other relevant error message.
</p>
<ul>
<li>Access token has expired</li>
Expand All @@ -290,7 +293,8 @@ <h2>401 Unauthorized Error Messages</h2>
<h2>404 Not Found Error Messages</h2>
<p>
This error code and reason shall be used when the server do not have access to the requested data.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below.
The default error message is shown in the table above. The server may dynamically replace this by any of the error messages in the list below,
or by any other relevant error message.
</p>
<ul>
<li>Data temporarily unaccessible</li>
Expand Down
163 changes: 0 additions & 163 deletions spec/resources/ServerSignalSpecification.vspec

This file was deleted.

Loading