mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 16:56:56 +00:00
changing Error Code for ExcludeParametersNotSupported to "OBP-30146"
This commit is contained in:
parent
fbc36c49bf
commit
e4353fcd4d
@ -373,7 +373,7 @@ object ErrorMessages {
|
||||
val GetAggregateMetricsError = "OBP-30043: Could not get the aggregate metrics from database. "
|
||||
|
||||
val DefaultBankIdNotSet = "OBP-30044: Default BankId is not set on this instance. Please set defaultBank.bank_id in props files. "
|
||||
val ExcludeParametersNotSupported = "OBP-30046: The exclude_* parameters are not supported in v6.0.0+. Please use the corresponding include_* parameters instead (include_app_names, include_url_patterns, include_implemented_by_partial_functions). "
|
||||
val ExcludeParametersNotSupported = "OBP-30146: The exclude_* parameters are not supported in v6.0.0+. Please use the corresponding include_* parameters instead (include_app_names, include_url_patterns, include_implemented_by_partial_functions). "
|
||||
|
||||
val CreateWebhookError = "OBP-30047: Cannot create Webhook"
|
||||
val GetWebhooksError = "OBP-30048: Cannot get Webhooks"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user