unknown database tag exception introduced

This commit is contained in:
2021-12-07 15:55:23 +01:00
parent d11b09e80f
commit 9ce7a531f2
2 changed files with 17 additions and 5 deletions

View File

@ -15,6 +15,11 @@ Exceptions:
ServiceErrorCode: 10003
ErrorMessage: unsupported data type, review the DbService implementation
ErrorInfoURL: https://google.com
- Exception: UnknownDatabaseTagException
ErrorCode: 500
ServiceErrorCode: 10004
ErrorMessage: the database tag mentioned in the API spec is not configured on the server, review the server configuration
ErrorInfoURL: https://google.com
# Make sure "Exception: Exception" is the last entry in the list
- Exception: Exception
ErrorCode: 500