---
title: "AutomationCreateErrorOutput"
url: "https://earlyaccess.developers.bynder.com/apis/automations-api-1/versions/c7c13882-9e51-4554-bcb8-9517eda44741/schemas/AutomationCreateErrorOutput"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/automations-api-1/versions/c7c13882-9e51-4554-bcb8-9517eda44741.md

# AutomationCreateErrorOutput

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Automations API
  version: "1.0"
servers:
  - url: https://{your-bynder-domain}/
components:
  schemas:
    AutomationCreateErrorOutput:
      properties:
        errorCode:
          type: string
        errors:
          items:
            properties:
              errorCode:
                type: string
              message:
                type: string
            required:
              - errorCode
              - message
            type: object
          type: array
        message:
          type: string
      type: object
```
