-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved exception for the missing client_public_id
- Loading branch information
1 parent
34dd68c
commit 91e628d
Showing
3 changed files
with
5 additions
and
7 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
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
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ error.annotation_not_found=No annotation found with the given identifier! {0} | |
error.annotation_apikey_file_not_found=No apiKey file found in {0} folder! | ||
#error.annotation_operation_not_authorized=The user is not allowed to perform the given operation! | ||
error.annotation_client_not_authorized=The client application is not allowed to perform the given operation! | ||
error.annotation_client_not_public=The client is not authorized to perform the given operation because the public id for the client is missing. Please get in contact with the Europeana APIs customer support via [email protected] | ||
|
||
error.annotation_invalid_token=The provided authentication token is invalid! {0} | ||
error.annotation_user_not_authorized=The user is not authorized to perform the given action! {0} | ||
|