Errores de documentos
Listado de errores relacionados a la emisión de documentos.
| Código | Slug | Mensaje | Descripción |
|---|---|---|---|
AL_PER_DCNT_001 | DOCUMENT_NOT_FOUND | The requested document was not found | Ocurre cuando el documento solicitado no existe en el sistema. |
AL_PER_DCNT_002 | DOCUMENT_CANCELLATION_ALREADY_EXISTS | The document cancellation already exists | Ocurre cuando se intenta cancelar un documento que ya tiene una cancelación registrada. |
AL_PER_DCNT_003 | ITEMS_NUMBER_MUST_NOT_BE_REPEATED | The field 'items[].number' must not be repeated | Ocurre cuando dos o más ítems del documento comparten el mismo valor en items[].number. |
AL_PER_DCNT_004 | PAYMENT_AMOUNT_MUST_BE_GREATER_THAN_ITEMS_COST | The payment total amount must be greater than the items cost | Ocurre cuando el monto total del pago es menor o igual al costo total de los ítems. |
AL_PER_DCNT_005 | TOO_MANY_WARNINGS | The document has too many warnings | Ocurre cuando el documento supera el límite permitido de advertencias durante su procesamiento. |
Updated 19 days ago
