| TPL-0001 | Missing required fields | One or more required fields are missing. Please ensure all required fields like ‘description’, ‘template’, and ‘outputFormat’ are included. | Um ou mais campos obrigatórios estão faltando. Certifique-se de que todos os campos obrigatórios como ‘description’, ‘template’ e ‘outputFormat’ estejam incluídos. |
| TPL-0002 | Invalid file format | The uploaded file must be a ‘.tpl’ file. Other formats are not supported. | O arquivo enviado deve ser um arquivo ‘.tpl’. Outros formatos não são suportados. |
| TPL-0003 | Invalid output format | The outputFormat field must be one of: ‘html’, ‘csv’, or ‘xml’. | O campo outputFormat deve ser um dos seguintes: ‘html’, ‘csv’ ou ‘xml’. |
| TPL-0004 | Invalid header | One or more header values are missing or incorrectly formatted. Please verify required headers %VALUE. | Um ou mais valores de cabeçalho estão faltando ou formatados incorretamente. Verifique os cabeçalhos obrigatórios %VALUE. |
| TPL-0005 | Invalid File Uploaded | The file you submitted is invalid. Please check the uploaded file with error: %VALUE | O arquivo enviado é inválido. Verifique o arquivo enviado com o erro: %VALUE |
| TPL-0006 | Error File Empty | The file you submitted is empty. Please check the uploaded file | O arquivo enviado está vazio. Verifique o arquivo enviado |
| TPL-0007 | Error File Content Invalid | The file content is invalid because is not %s. Please check the uploaded file. | O conteúdo do arquivo é inválido porque não é %s. Verifique o arquivo enviado. |
| TPL-0008 | Invalid Map Fields | The field on template file is invalid. Invalid field %s on %s. | O campo no arquivo de template é inválido. Campo inválido %s em %s. |
| TPL-0009 | Invalid Path Parameter | Path parameters is in an incorrect format. Please check the following parameter %v and ensure they meet the required format before trying again. | Os parâmetros de caminho estão em um formato incorreto. Verifique o seguinte parâmetro %v e certifique-se de que atendem ao formato exigido antes de tentar novamente. |
| TPL-0010 | Update Output format without template File | Can not update output format without passing template file. Please check information passed and try again. | Não é possível atualizar o formato de saída sem passar o arquivo de template. Verifique as informações passadas e tente novamente. |
| TPL-0012 | Invalid templateID | The specified templateID is not a valid UUID. Please check the value passed. | O templateID especificado não é um UUID válido. Verifique o valor informado. |
| TPL-0013 | Invalid ledgerID | The specified ledgerID inside ledger ID list is not a valid UUID. Please check the value passed %v. | O ledgerID especificado dentro da lista de IDs do ledger não é um UUID válido. Verifique o valor informado %v. |
| TPL-0014 | Missing required fields | The fields mapped on template file is missing on tables schema. Please check the fields passed ‘%v’. | Os campos mapeados no arquivo de template estão faltando no esquema das tabelas. Verifique os campos informados ‘%v’. |
| TPL-0015 | Unexpected Fields in the Request | The request body contains more fields than expected. Please send only the allowed fields as per the documentation. The unexpected fields are listed in the fields object. | O corpo da requisição contém mais campos do que o esperado. Envie apenas os campos permitidos conforme a documentação. Os campos inesperados estão listados no objeto fields. |
| TPL-0016 | Missing Fields in Request | Your request is missing one or more required fields. Please refer to the documentation to ensure all necessary fields are included in your request. | Sua requisição está sem um ou mais campos obrigatórios. Consulte a documentação para garantir que todos os campos necessários estejam incluídos na sua requisição. |
| TPL-0017 | Bad Request | The server could not understand the request due to malformed syntax. Please check the listed fields and try again. | O servidor não conseguiu entender a requisição devido a uma sintaxe malformada. Verifique os campos listados e tente novamente. |
| TPL-0019 | Invalid Query Parameter | One or more query parameters are in an incorrect format. Please check the following parameters ‘%v’ and ensure they meet the required format before trying again. | Um ou mais parâmetros de consulta estão em um formato incorreto. Verifique os seguintes parâmetros ‘%v’ e certifique-se de que atendem ao formato exigido antes de tentar novamente. |
| TPL-0023 | Invalid Date Range Error | Both ‘initialDate’ and ‘finalDate’ fields are required and must be in the ‘yyyy-mm-dd’ format. Please provide valid dates and try again | Os campos ‘initialDate’ e ‘finalDate’ são obrigatórios e devem estar no formato ‘yyyy-mm-dd’. Forneça datas válidas e tente novamente |
| TPL-0026 | Metadata Key Length Exceeded | The metadata value %v exceeds the maximum allowed length of %v characters. Please use a shorter value. | O valor de metadado %v excede o comprimento máximo permitido de %v caracteres. Use um valor mais curto. |
| TPL-0027 | Metadata Value Length Exceeded | The metadata value %v exceeds the maximum allowed length of %v characters. Please use a shorter value. | O valor de metadado %v excede o comprimento máximo permitido de %v caracteres. Use um valor mais curto. |
| TPL-0028 | Invalid Metadata Nesting | The metadata object cannot contain nested values. Please ensure that the value %v is not nested and try again. | O objeto de metadados não pode conter valores aninhados. Certifique-se de que o valor %v não esteja aninhado e tente novamente. |
| TPL-0029 | Report status not Finished | The Report is not ready to download. Report is processing yet. | O relatório não está pronto para download. O relatório ainda está sendo processado. |
| TPL-0030 | Missing Schema Table | There is a schema table missing. Please check your template file passed. | Há uma tabela de esquema faltando. Verifique o arquivo de template informado. |
| TPL-0031 | Missing Data Source Table | The data source %v is missing. Please check the value passed. | A fonte de dados %v está faltando. Verifique o valor informado. |
| TPL-0032 | Script Tag Detected | The template file contains a script tag and is not allowed. Please check the template file and try again. | O arquivo de template contém uma tag de script e isso não é permitido. Verifique o arquivo de template e tente novamente. |