Problem Details

During the signature process, Herma will try to send information about the status of the process each time a new event takes place. Such data follow the structure defined in RFC 7807: Problem Details for HTTP APIs.

  • Type: Identifier of the event.
  • Status: HTTP status of the request made.
  • Title: Small description of the event.
  • Detail: Greater detail of the event occurred
  • Instance: URL that triggered the event.
  • PartyId: If the event is associated with a signer, his ID will appear in this field.
  • Errors: If there was an error, this field will show an error list.



This data will be reported in a JSON within the X-Herma-Problem-Details header accessible to the Delivery WebView Channel or in a JavaScript event in case of Iframes.



  • No labels