Skip to main content

internal_error

HTTP Status: 500 Internal Server Error

Example response

{
  "error": {
    "code": "internal_error",
    "message": "An unexpected error occurred",
    "docs_url": "https://docs.vatly.dev/errors/internal_error"
  },
  "meta": {
    "request_id": "550e8400-e29b-41d4-a716-446655440000"
  }
}

What happened?

Something went wrong on Vatly’s side. This is never caused by your request input. Common causes:
  • A transient infrastructure issue
  • An unhandled edge case in our code

How to fix

  1. Retry the request. Most internal errors are transient and resolve within seconds.
  2. Check the request_id. If the error persists, include it when contacting support so we can trace the issue.
  3. Don’t change your request. This error is not caused by your input, so modifying your request won’t help.