NewTell a voided invoice from a totally rectified one, without a second call
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

SERIES_TYPE_CHANGE_LEAVES_TYPE_UNCOVERED

Cannot change the type of this series: it is the default for {0}, and that type still has other active series that would be left without a default. Set another {0} series as default first


Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/SERIES_TYPE_CHANGE_LEAVES_TYPE_UNCOVERED",
  "title": "SERIES_TYPE_CHANGE_LEAVES_TYPE_UNCOVERED",
  "detail": "Cannot change the type of this series: it is the default for {0}, and that type still has other active series that would be left without a default. Set another {0} series as default first",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "SERIES_TYPE_CHANGE_LEAVES_TYPE_UNCOVERED",
    "message": "Cannot change the type of this series: it is the default for {0}, and that type still has other active series that would be left without a default. Set another {0} series as default first",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

Cannot change the type of this series: it is the default for {0}, and that type still has other active series that would be left without a default. Set another {0} series as default first
No se puede cambiar el tipo de esta serie: es la predeterminada de {0} y ese tipo conserva otras series activas, que se quedarían sin ninguna predeterminada. Marca antes otra serie de {0} como predeterminada
No es pot canviar el tipus d''aquesta sèrie: és la predeterminada de {0} i aquest tipus conserva altres sèries actives, que es quedarien sense cap predeterminada. Marca abans una altra sèrie de {0} com a predeterminada

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Tokens like {0} are runtime arguments — the backend fills them with actual values before responding.

Other errors in this category

Keep exploring