api-spec icon indicating copy to clipboard operation
api-spec copied to clipboard

500 ошибка при запросе информации о декларации

Open pavel-yablonskiy opened this issue 6 years ago • 3 comments

  • [ ] /declarations/0696ecf4-917d-40f5-95f9-ef2c34e65e37
  • [ ] /declarations/6c99ebcd-c151-4dcf-897e-1f8e825db0ec and other

Actual result

  • [ ] response example (*.json file)
{
    "meta": {
        "url": "http://api-svc.il/api/declarations/0696ecf4-917d-40f5-95f9-ef2c34e65e37", 
        "code": 500, 
        "type": "object", 
        "request_id": "06250ba6-bc6d-4388-a117-0549fef5b5c8#500092"
    }, 
    "error": {
        "errors": {
            "detail": "Internal server error"
        }
    }
}
{
    "meta": {
        "url": "http://api-svc.il/api/declarations/6c99ebcd-c151-4dcf-897e-1f8e825db0ec", 
        "code": 500, 
        "type": "object", 
        "request_id": "dbdc10df-3bca-4c16-9df8-d0deff5f8b0a#13429"
    }, 
    "error": {
        "errors": {
            "detail": "Internal server error"
        }
    }
}

Expected result

  • [ ] not 500 error

pavel-yablonskiy avatar Jun 28 '18 21:06 pavel-yablonskiy