---
title: "MarkIneligibleErrorResponse"
url: "https://docs.wayflyer.com/apis/embedded-finance-sandbox-api-1/versions/89e9f620-626b-413f-b4ac-7605711a516f/schemas/MarkIneligibleErrorResponse"
---

> Full API specification: https://docs.wayflyer.com/apis/embedded-finance-sandbox-api-1/versions/89e9f620-626b-413f-b4ac-7605711a516f.md

# MarkIneligibleErrorResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Embedded Finance Sandbox
  version: "1"
servers:
  - url: https://sandbox-api.wayflyer.com/financing/
    description: Production
components:
  schemas:
    MarkIneligibleErrorCode:
      enum:
        - no_open_application
        - not_started_by_user
      title: MarkIneligibleErrorCode
      type: string
    MarkIneligibleErrorResponse:
      properties:
        error_code:
          $ref: "#/components/schemas/MarkIneligibleErrorCode"
          description: Machine-readable error code
        detail:
          description: Human-readable error message
          title: Detail
          type: string
      required:
        - error_code
        - detail
      title: MarkIneligibleErrorResponse
      type: object
```
