clipboard-list-checkResponse

CLI JSON response

Standarized JSON response follows below JSON schema.

v1.0.0

Example

{
  "$schema": "ceric-response.json",
  "exitCode": "0",
  "message": "OK",
  "pathStorage": ".",
  "pathXmlWithHeader": "info-with-header.xml",
  "pathOutputFile": "./eric.pdf",
  "timestamp": null,
  "ericCode": "0",
  "ericMessage": "Verarbeitung fehlerfrei.",
  "processResult": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<EricBearbeiteVorgang xmlns=\"http://www.elster.de/EricXML/1.1/EricBearbeiteVorgang\">\r\n\t<Erfolg/>\r\n</EricBearbeiteVorgang>",
  "serverResponse": null,
  "otherOutput": null
}

Last updated