Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alfa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
alfa
Commits
a5ceb9dc
Commit
a5ceb9dc
authored
8 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6979 add message for not configured postfach
parent
916aff88
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/libs/postfach-shared/src/lib/postfach.message-code.ts
+2
-0
2 additions, 0 deletions
...ent/libs/postfach-shared/src/lib/postfach.message-code.ts
with
2 additions
and
0 deletions
alfa-client/libs/postfach-shared/src/lib/postfach.message-code.ts
+
2
−
0
View file @
a5ceb9dc
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
export
enum
PostfachNachrichtMessageCode
{
export
enum
PostfachNachrichtMessageCode
{
PROCESSING_FAILED
=
'
postfachnachricht.server.processing_failed
'
,
PROCESSING_FAILED
=
'
postfachnachricht.server.processing_failed
'
,
CONNECTION_FAILED
=
'
postfachnachricht.server.connection_failed
'
,
CONNECTION_FAILED
=
'
postfachnachricht.server.connection_failed
'
,
NOT_CONFIGURED
=
'
postfachnachricht.server.service_not_configured"
'
,
}
}
export
const
postfachNachrichtMessageCodeMessages
=
{
export
const
postfachNachrichtMessageCodeMessages
=
{
...
@@ -31,4 +32,5 @@ export const postfachNachrichtMessageCodeMessages = {
...
@@ -31,4 +32,5 @@ export const postfachNachrichtMessageCodeMessages = {
'
Verbindungsfehler: Die Verbindung zum Zielserver des Osi-Postfachs ist nicht zustandegekommen.
'
,
'
Verbindungsfehler: Die Verbindung zum Zielserver des Osi-Postfachs ist nicht zustandegekommen.
'
,
[
PostfachNachrichtMessageCode
.
PROCESSING_FAILED
]:
[
PostfachNachrichtMessageCode
.
PROCESSING_FAILED
]:
'
Fehlerhafte Verarbeitung: Die Nachricht wurde an das Osi-Postfach geschickt, konnte dort aber nicht richtig verarbeitet werden.
'
,
'
Fehlerhafte Verarbeitung: Die Nachricht wurde an das Osi-Postfach geschickt, konnte dort aber nicht richtig verarbeitet werden.
'
,
[
PostfachNachrichtMessageCode
.
NOT_CONFIGURED
]:
'
Die Nachricht konnte nicht gesendet werden. Es ist kein Postfach konfiguriert.
'
,
};
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment