---
title: "ErrorCode"
url: "https://earlyaccess.developers.bynder.com/apis/text-authoring-api-1/versions/9849902d-3283-4e54-bd51-00051500650c/schemas/ErrorCode"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/text-authoring-api-1/versions/9849902d-3283-4e54-bd51-00051500650c.md

# ErrorCode

Machine readable error code

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Text Authoring API
  version: 1.0.0
servers:
  - description: The $ACCOUNT should be your assigned subdomain or replace the whole
      URL if you have a custom domain.
    url: https://$ACCOUNT.bynder.com/api/1/authoring
    variables: {}
components:
  schemas:
    ErrorCode:
      description: Machine readable error code
      enum:
        - VALIDATION_ERROR
        - SERIALIZATION_ERROR
        - UNKNOWN_ERROR
        - AUTHENTICATION_ERROR
        - MISSING_ERROR
        - FORBIDDEN_ERROR
        - STORAGE_API_ERROR
      examples:
        - VALIDATION_ERROR
      title: ErrorCode
      type: string
```
