---
title: "InternalServerErrorResponse"
url: "https://console.9fin.com/apis/news-api-v2/versions/d8d91da6-77d3-48db-a023-e71b20cfd311/schemas/InternalServerErrorResponse"
---

> Full API specification: https://console.9fin.com/apis/news-api-v2/versions/d8d91da6-77d3-48db-a023-e71b20cfd311.md

# InternalServerErrorResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin News & Content API - v2
  version: 0.3.38
servers:
  - url: https://api.9fin.com
    description: prod
components:
  schemas:
    InternalServerErrorResponse:
      properties:
        error_code:
          type: string
          title: Error Code
          examples:
            - internal_server_error
        message:
          type: string
          title: Message
          examples:
            - An unexpected error occurred.
        trace_id:
          anyOf:
            - type: string
            - type: "null"
          title: Trace Id
          examples:
            - e7dfd20231374d308f04655eb0538be4
      type: object
      required:
        - error_code
        - message
        - trace_id
      title: InternalServerErrorResponse
```
