static String getErrorMessage(int errorCode) { return _mapErrorCodes[errorCode] ?? "Erro desconhecido"; }