getErros static method
Obtém todos os erros gerais do PARCMEI-ESP
Implementation
static List<ParcmeiEspecialErrorInfo> getErros() {
return _errorCodes.values
.where((error) => error.tipo == ParcmeiEspecialErrorType.erro)
.toList();
}
Obtém todos os erros gerais do PARCMEI-ESP
static List<ParcmeiEspecialErrorInfo> getErros() {
return _errorCodes.values
.where((error) => error.tipo == ParcmeiEspecialErrorType.erro)
.toList();
}