# Enum de errores de JSON

A continuación enumeramos los posibles errores que pueden retornarse en el campo velneo\_errorCode de la variable de retorno de errores en los comandos de crear o modificar ficha o lista desde JSON y de los comandos análogos de la API de Velneo para JavaScript.

okVatp = 0,

errorSocket = 1,

errorCierreComando = 2,

errorComando = 3,

errorComandoDesconocido = 4,

errorUsuarioPassword = 5,

errorSitioDesconocido = 6,

errorCajaDesconocida = 7,

errorYaExiste = 8,

errorNoExiste = 9,

errorTestigoEnganche = 10,

errorNoAutorizado = 11,

errorOperacion = 12,

errorCajaBloqueada = 13,

errorCajaSinBloquear = 14,

errorInstanciaDesconocida = 15,

errorTablaDesconocida = 16,

errorIndiceDesconocido = 17,

errorCampoDesconocido = 18,

errorTransaccionDesconocida = 19,

errorFichaOcupada = 20,

errorFichaTieneHistoricos = 21,

errorFichaInexistente = 22,

errorFichaColisionCampo = 23,

errorDiscoLectura = 24,

errorDiscoEscritura = 25,

errorFichaDirNula = 26,

errorInstanciaConEnganches = 27,

errorInstanciaBloqueada = 28,

errorUsuarioConEnganches = 29,

errorTransaccionDeshechaPorFichaOcupada = 30,

errorConexionConServer = 31,

errorCodigoYaExiste = 32,

errorCodigoNoValido = 33,

errorKeyYaExiste = 34,

errorFichaLibre = 35,

errorFichaRechazadoPorTrigger = 36,

errorDesconocido = 37,

errorHayCajasConInstancias = 38,

errorProceso = 39,

errorNoCoincideOrigen = 40,

errorSinLicenciasDisponibles = 41,

errorNavegadorAnticuado = 42,

errorNavegadorDiferenteVersion = 43,

errorInstanciaUsadaPorOtrasInstancias = 44,

errorEngancheConTareasEnCurso = 45,

errorUsuarioBloqueado = 46,

errorCrearSolucion = 47,

errorCarpetaConDatosDeInstancias = 48,

errorFichaSinModificaciones = 49,

errorFicheroConDatosDeInstancias = 50,

errorTransaccionDeshechaPorOrdenExpresa = 51,

errorTransaccionFinalizada = 52,

errorInstanciaConTareasEjecutandose = 53,

errorBloquearTablas = 54,

errorCopiarInstancia = 55,

errorBusqueda = 56,

errorTareaEnEjecucion = 57,

errorCompactarTabla = 58,

errorCompactarContenedorTabla = 59,

errorVaciarTabla = 60,

errorNoCoincideSslFingerPrint = 61,

errorYaExisteEmail = 62,

errorLicenciaSinEjecucionWeb = 63,


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/32/velneo-vdevelop/proyectos-objetos-y-editores/de-aplicacion-y-datos/proceso/base-de-datos/fichas/enum-de-errores-de-json.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
