fix: remove unnecessary table class

This commit is contained in:
Stevan Freeborn
2023-04-13 20:47:03 -05:00
parent 25d7a70f4e
commit 3643dfe26b
5 changed files with 15 additions and 10 deletions
@@ -0,0 +1,5 @@
# Error Handling
The Onspring API uses conventional HTTP response codes to indicate the success or failure of an API request. Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided. Codes in the 5xx range indicate an error within Onspring's servers.
Some 4xx errors will also include an error object in the response body. This object can contain additional information about the error.