Pular para o conteúdo principal
Erros de validação de licença ocorrem quando um plugin pago é usado sem a devida autorização. O sistema verifica a variável definida no arquivo para garantir que apenas organizações com contrato ativo possam acessar recursos licenciados. Este mecanismo ajuda a prevenir o uso não autorizado de plugins pagos, como casos onde não há acordo ativo em vigor.

Formato do erro

{
   "code": "<error_code>",
   "title": "<error_title>",
   "message": "<error_message>"
}

Definições dos campos

  • code – Um identificador estável e único para o erro. Útil para tratamento programático e solicitações de suporte.
  • title – Um resumo curto e legível do problema.
  • message – Orientação detalhada para ajudá-lo a resolver o erro.
Esta estrutura garante que você sempre receba feedback acionável quando algo não sair como esperado.

Erros do License Manager


Consulte a tabela abaixo para uma lista de códigos de erro possíveis, seus significados e instruções sobre como resolvê-los.
codetitlemessage
LCS-0001Internal server errorAn internal server error occurred. Please try again later or contact support if the problem persists.
LCS-0002No organization IDs configuredThe application is not configured with any organization IDs.
LCS-0003No valid licenses found for any organizationNo valid licenses were found for any of the configured organizations. Please check your license keys and ensure at least one organization has a valid license.
LCS-0010Organization ID header is missingThe X-Organization-ID header is missing. Please ensure the header is included in the request.
LCS-0011Organization ID header is unknownThe organization ID ‘12345’ was not found in the list of configured organizations. Please verify you are using a valid organization ID.
LCS-0012Failed to validate organization licenseLicense validation failed for organization ID 12345. This could be due to network issues, invalid license keys, or server-side problems. Please verify your license key is correct and that you have network connectivity to the license server.
LCS-0013Organization license is invalidThe license for organization ID ‘12345’ is not valid and has no grace period active. Please renew your license or contact support for assistance.
LCS-1001Validation errorCould not validate license key. Please try again later or contact your system administrator.
LCS-1002License not foundThere is no license for this license key.
LCS-1003License expiredThe license key has expired.
LCS-1004License suspendedThe license key has been suspended due to payment issues or administrative action.
LCS-1005Fingerprint mismatchThe license key or organization ID are not valid for this license.
LCS-1006Product mismatchThere is no license for this product.