Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from servicecatalog/task/improve_exceptionhand…
Browse files Browse the repository at this point in the history
…ling

Task/improve exceptionhandling
  • Loading branch information
cworf91 authored Sep 18, 2019
2 parents 2d4ca17 + f9c5a9c commit 32c339e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ ex.PSPProcessingException=Die Kommunikation mit dem Zahlungsdienstleister ist fe
ex.PublishingToMarketplaceNotPermittedException=Sie haben keine Berechtigung, Services auf diesem Martplatz zu publizieren. Kontaktieren Sie den Marktplatz-Manager f\u00FCr die entsprechende Freischaltung.
ex.RegistrationException.SELFREGISTRATION_NOT_ALLOWED=Sie sind nicht berechtigt, neue Kunden zu registrieren.
ex.RegistrationException.TARGET_ORG_INVALID=Die Organisation hat nicht die erforderliche Rolle.
ex.RegistrationException.OIDC_ERROR=Bei der Kommunikation mit dem Open ID Connect-Dienst ist ein Fehler aufgetreten.
ex.SAML2AuthnRequestException.MISSING_ISSUER=SAML Issuer-Wert nicht gesetzt.
ex.SAML2AuthnRequestException.XML_TRANSFORMATION_ERROR=XML-Fehler beim Generieren eines SAML Authentication Requests.
ex.SAML2AuthnRequestException.CANNOT_REDIRECT_OR_FORWARD=Fehler beim Umleiten auf die URL des SAML Identity Providers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ ex.PSPProcessingException=The communication with the PSP failed.
ex.PublishingToMarketplaceNotPermittedException=You are not allowed to publish to this marketplace. Please contact the marketplace owner to obtain publishing rights.
ex.RegistrationException.SELFREGISTRATION_NOT_ALLOWED=You are not allowed to register new customers.
ex.RegistrationException.TARGET_ORG_INVALID=The referenced organization does not have the required role.
ex.RegistrationException.OIDC_ERROR=An error occurred while communicating with the Open ID Connect service.
ex.SAML2AuthnRequestException.MISSING_ISSUER=Issuer for SAML authentication request not set.
ex.SAML2AuthnRequestException.XML_TRANSFORMATION_ERROR=XML transformation error while generating a SAML authentication request.
ex.SAML2AuthnRequestException.CANNOT_REDIRECT_OR_FORWARD=Error while redirecting to the SAML Identity Provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ ex.PSPProcessingException=\u652f\u6255\u4ee3\u884c\u30b7\u30b9\u30c6\u30e0\u306e
ex.PublishingToMarketplaceNotPermittedException=\u6307\u5b9a\u3055\u308c\u305f\u30b5\u30fc\u30d3\u30b9\u30dd\u30fc\u30bf\u30eb\u3078\u306e\u30b5\u30fc\u30d3\u30b9\u306e\u767b\u9332\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d3\u30b9\u30dd\u30fc\u30bf\u30eb\u306b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002
ex.RegistrationException.SELFREGISTRATION_NOT_ALLOWED=\u65b0\u3057\u3044\u30b5\u30fc\u30d3\u30b9\u5229\u7528\u90e8\u9580\u306e\u767b\u9332\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
ex.RegistrationException.TARGET_ORG_INVALID=\u53c2\u7167\u3055\u308c\u305f\u7d44\u7e54\u306f\u8981\u6c42\u3055\u308c\u308b\u30ed\u30fc\u30eb\u3092\u6301\u3063\u3066\u3044\u307e\u305b\u3093\u3002
ex.RegistrationException.OIDC_ERROR=An error occurred while communicating with the Open ID Connect service.
ex.SAML2AuthnRequestException.MISSING_ISSUER=SAML\u8a8d\u8a3c\u8981\u6c42\u306e\u305f\u3081\u306e\u767a\u884c\u8005\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
ex.SAML2AuthnRequestException.XML_TRANSFORMATION_ERROR=SAML\u8a8d\u8a3c\u8981\u6c42\u3092\u751f\u6210\u4e2d\u306b\u3001XML\u5909\u63db\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
ex.SAML2AuthnRequestException.CANNOT_REDIRECT_OR_FORWARD=SAML\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3078\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
Expand Down

0 comments on commit 32c339e

Please sign in to comment.