Skip to content

Commit

Permalink
added 403 as status code
Browse files Browse the repository at this point in the history
  • Loading branch information
ichderjens committed Feb 16, 2024
1 parent 6dfa429 commit 511e384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/plantuml/TI-M_ePA/UC_Approvel_List_Seq_fdv.puml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ activate MS
|||
alt#LightGrey #LightBlue <size:16>Matrix-Domain nicht in der Föderation enthalten</size>
MP2->MP2:<font color=red>Abbruch, \n<font color=red>Verbindung wird \n<font color=red>abgelehnt</font>
MP2->MS: HTTP ERROR
MP2->MS: HTTP 403
|||

else <size:16>Einladender und der Eingeladene sind beide Versicherte</size>
MP2->MP2:<font color=red>Abbruch, \n<font color=red>Verbindung wird \n<font color=red>abgelehnt</font>
MP2->MS: HTTP ERROR
MP2->MS: HTTP 403
|||

else <size:16>Beide Teilnehmer sind Teil der Föderation und nur maximal einer ist ein Versicherter</size>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ skinparam sequence {

ParticipantBorderColor Motivation
ParticipantBackgroundColor Motivation

ParticipantFontSize 20
ParticipantFontColor black
ParticipantBorderColor Black
Expand Down Expand Up @@ -50,7 +51,7 @@ activate MS
|||
break #MistyRose <size:16>Matrix-Domain nicht in der Föderation enthalten</size>
MP2->MP2:<font color=red>Abbruch, \n<font color=red>Verbindung wird \n<font color=red>abgelehnt</font>
MP2->MS: HTTP ERROR
MP2-->MS: HTTP 403
|||
end

Expand Down

0 comments on commit 511e384

Please sign in to comment.