ajuste de libs
This commit is contained in:
parent
c10a2584e6
commit
e11a4ef3b2
3 changed files with 17 additions and 17 deletions
|
|
@ -8,7 +8,7 @@ var codigosResposta;
|
|||
codigosResposta[codigosResposta["erroPermissao"] = 401] = "erroPermissao";
|
||||
codigosResposta[codigosResposta["erroNaoEncontrado"] = 404] = "erroNaoEncontrado";
|
||||
codigosResposta[codigosResposta["erroDesconhecido"] = 500] = "erroDesconhecido";
|
||||
})(codigosResposta = exports.codigosResposta || (exports.codigosResposta = {}));
|
||||
})(codigosResposta || (exports.codigosResposta = codigosResposta = {}));
|
||||
const gerarRespostas = (registrarErroInterno) => {
|
||||
const valor = (valor, detalhes) => {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue