debugging

This commit is contained in:
2021-12-02 15:57:58 +01:00
parent b5d20b185f
commit 959b36760a
3 changed files with 18 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# ONLY USE THE ERRORCODES 400 and 500 HERE
Exceptions:
- Exception: NotDataFoundException
- Exception: NoDataFoundException
ErrorCode: 400
ServiceErrorCode: 10001
ErrorMessage: item not found
@ -10,6 +10,11 @@ Exceptions:
ServiceErrorCode: 10002
ErrorMessage: too many items found
ErrorInfoURL: https://google.com
- Exception: UnsupportedDataTypeException
ErrorCode: 500
ServiceErrorCode: 10003
ErrorMessage: unsupported data type, review the DbService implementation
ErrorInfoURL: https://google.com
# Make sure "Exception: Exception" is the last entry in the list
- Exception: Exception
ErrorCode: 500