type: object
description: 500 Internal Error Response Body
properties:
  timestamp:
    type: string
    example: "2020-07-07T16:31:13.066+00:00"
  status:
    type: integer
    example: 500
  error:
    type: string
    example: "Internal Server Error"
  message:
    type: string
    example: "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
  path:
    type: string
    example: "/v3/example-endpoint"