Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.55 KB | None | 0 0
  1. Felkoder:
  2.  
  3.  
  4. användare trycker cancel på bankid
  5. 200 -
  6. {
  7.     "orderRef": "ee380a56-8cad-4c40-a1b3-2d827d54c61f",
  8.     "status": "failed",
  9.     "hintCode": "userCancel",
  10.     "completionData": null,
  11.     "gmrAuthResponse": null
  12. }
  13.  
  14. timear out, signerar inte i tid:
  15. 200 -
  16. {
  17.     "orderRef": "43783ca0-b1a1-4252-8011-cbfac05f5e7c",
  18.     "status": "failed",
  19.     "hintCode": "expiredTransaction",
  20.     "completionData": null,
  21.     "gmrAuthResponse": null
  22. }
  23.  
  24.  
  25. fel kod för många gånger:
  26. 200 -
  27. {
  28.     "orderRef": "9cd39bbb-1260-4859-8856-cc76b0adda5b",
  29.     "status": "failed",
  30.     "hintCode": "certificateErr",
  31.     "completionData": null,
  32.     "gmrAuthResponse": null
  33. }
  34.  
  35. är inte präst
  36. 401 -
  37. {
  38.     "type": "https://tools.ietf.org/html/rfc7235#section-3.1",
  39.     "title": "Unauthorized",
  40.     "status": 401,
  41.     "traceId": "0HLTMP0ICVK2O:00000005"
  42. }
  43.  
  44. databas nere
  45. 500 - html
  46. <body>
  47.     <h1>An unhandled exception occurred while processing the request.</h1>
  48.     <div class="titleerror">UnsupportedMediaTypeException: No MediaTypeFormatter is available to read an object of type
  49.         &#x27;ErrorResponse&#x27; from content with media type &#x27;text/plain&#x27;.</div>
  50.     <p class="location">System.Net.Http.HttpContentExtensions.ReadAsAsync&lt;T&gt;(HttpContent content, Type type,
  51.         IEnumerable&lt;MediaTypeFormatter&gt; formatters, IFormatterLogger formatterLogger, CancellationToken
  52.         cancellationToken)</p>
  53.     <ul id="header">
  54.  
  55.  
  56. backend nere
  57. 500 - html
  58. <body>
  59.     <h1>An unhandled exception occurred while processing the request.</h1>
  60.     <div class="titleerror">SocketException: Connection refused</div>
  61.     <p class="location">System.Net.Http.ConnectHelper.ConnectAsync(string host, int port, CancellationToken
  62.         cancellationToken)</p>
  63.  
  64. 2 signeringar på varandra
  65.  
  66. första request:
  67. {
  68.     "orderRef": "d0aff4fb-d014-4908-adca-4f8ec514265a",
  69.     "status": "failed",
  70.     "hintCode": "cancelled",
  71.     "completionData": null,
  72.     "gmrAuthResponse": null
  73. }
  74.  
  75. andra request
  76. 500 - html
  77. <div id="stackpage" class="page">
  78.         <ul>
  79.             <li>
  80.                 <h2 class="stackerror">BankIDException: En identifiering eller underskrift f&#xF6;r det h&#xE4;r
  81.                     personnumret &#xE4;r redan p&#xE5;b&#xF6;rjad. F&#xF6;rs&#xF6;k igen.</h2>
  82.                 <ul>
  83.                     <li class="frame" id="frame1">
  84.                         <h3>Catholic.GMR.BankidAPI.BankIDHttpClientService.RequestClient&lt;TResponse,
  85.                             TRequest&gt;(TRequest request, string url) in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement