{
  "data": {
    "items": [
      { "value": "1100", "summary": "API - Failed saving new report." },
      { "value": "1101", "summary": "API - Failed saving updated report." },
      { "value": "1102", "summary": "API - Deletion failed." },
      {
        "value": "1103",
        "summary": "API - Path parameter account-id / client-id is missing or invalid."
      },
      {
        "value": "1104",
        "summary": "API - Path parameter 'report-id' is missing or invalid."
      },
      { "value": "1105", "summary": "API - Body is missing." },
      {
        "value": "1106",
        "summary": "API - Invalid body attribute(s). Might be wrong data type, invalid length of stirng or not matching regex."
      },
      {
        "value": "1107",
        "summary": "API - Invalid or missing key(s) present in body object."
      },
      {
        "value": "1108",
        "summary": "API - Invalid is_value provided. Month is out of range aka in the future."
      },
      { "value": "1109", "summary": "API - Given format is not supported." },
      {
        "value": "1110",
        "summary": "API The format, in which the report should be created, is missing."
      },
      { "value": "1111", "summary": "API - Report not found." },
      {
        "value": "1112",
        "summary": "API - No data found for provided values."
      },
      {
        "value": "1113",
        "summary": "API - Internal error. Report could not be build."
      },
      {
        "value": "1197",
        "summary": "Account event - Reports deletion failed."
      },
      { "value": "1198", "summary": "Files event - Reports deletion failed." },
      { "value": "1199", "summary": "Plan event - Reports deletion failed." }
    ]
  }
}
